Issue 8874: py3k documentation mentions deprecated opcode LOAD_LOCALS (original) (raw)

Issue8874

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:01 admin set github: 53120
2010-06-02 18:10:30 benjamin.peterson set status: open -> closednosy: + benjamin.petersonmessages: + resolution: fixed
2010-06-01 23:45:42 Yaniv.Aknin create