Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

py3k documentation mentions deprecated opcode LOAD_LOCALS #53120

Closed
YanivAknin mannequin opened this issue Jun 1, 2010 · 2 comments
Closed

py3k documentation mentions deprecated opcode LOAD_LOCALS #53120

YanivAknin mannequin opened this issue Jun 1, 2010 · 2 comments
Labels
docs Documentation in the Doc dir

Comments

@YanivAknin
Copy link
Mannequin

YanivAknin mannequin commented Jun 1, 2010

BPO 8874
Nosy @benjaminp

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2010-06-02.18:10:30.562>
created_at = <Date 2010-06-01.23:45:42.614>
labels = ['docs']
title = 'py3k documentation mentions deprecated opcode LOAD_LOCALS'
updated_at = <Date 2010-06-02.18:10:30.560>
user = 'https://bugs.python.org/YanivAknin'

bugs.python.org fields:

activity = <Date 2010-06-02.18:10:30.560>
actor = 'benjamin.peterson'
assignee = 'docs@python'
closed = True
closed_date = <Date 2010-06-02.18:10:30.562>
closer = 'benjamin.peterson'
components = ['Documentation']
creation = <Date 2010-06-01.23:45:42.614>
creator = 'Yaniv.Aknin'
dependencies = []
files = []
hgrepos = []
issue_num = 8874
keywords = []
message_count = 2.0
messages = ['106869', '106905']
nosy_count = 3.0
nosy_names = ['benjamin.peterson', 'Yaniv.Aknin', 'docs@python']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue8874'
versions = ['Python 3.1', 'Python 3.2', 'Python 3.3']

@YanivAknin
Copy link
Mannequin Author

YanivAknin mannequin commented Jun 1, 2010

The documentation of the dis module mentions LOAD_LOCALS, which used to exist in Python 2.x and I believe was removed from py3k (doesn't appear in recent Include/opcode.h).

The exact offending section is: http://docs.python.org/py3k/library/dis.html#opcode-LOAD_LOCALS
I think it should just be edited out.

@YanivAknin YanivAknin mannequin assigned docspython Jun 1, 2010
@YanivAknin YanivAknin mannequin added the docs Documentation in the Doc dir label Jun 1, 2010
@benjaminp
Copy link
Contributor

Thanks. Removed in r81656.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

1 participant