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.

Author Yaniv.Aknin
Recipients Yaniv.Aknin, docs@python
Date 2010-06-01.23:45:41
SpamBayes Score 0.0067173433
Marked as misclassified No
Message-id <1275435943.68.0.198055718764.issue8874@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-06-01 23:45:43Yaniv.Akninsetrecipients: + Yaniv.Aknin, docs@python
2010-06-01 23:45:43Yaniv.Akninsetmessageid: <1275435943.68.0.198055718764.issue8874@psf.upfronthosting.co.za>
2010-06-01 23:45:42Yaniv.Akninlinkissue8874 messages
2010-06-01 23:45:41Yaniv.Aknincreate