This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: py3k documentation mentions deprecated opcode LOAD_LOCALS
Type: Stage:
Components: Documentation Versions: Python 3.1, Python 3.2, Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: Yaniv.Aknin, benjamin.peterson, docs@python
Priority: normal Keywords:

Created on 2010-06-01 23:45 by Yaniv.Aknin, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg106869 - (view) Author: Yaniv Aknin (Yaniv.Aknin) Date: 2010-06-01 23:45
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.
msg106905 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2010-06-02 18:10
Thanks. Removed in r81656.
History
Date User Action Args
2022-04-11 14:57:01adminsetgithub: 53120
2010-06-02 18:10:30benjamin.petersonsetstatus: open -> closed

nosy: + benjamin.peterson
messages: + msg106905

resolution: fixed
2010-06-01 23:45:42Yaniv.Aknincreate