[issue8874] py3k documentation mentions deprecated opcode LOAD_LOCALS
New submission from Yaniv Aknin <yaniv.aknin@gmail.com>: 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. ---------- assignee: docs@python components: Documentation messages: 106869 nosy: Yaniv.Aknin, docs@python priority: normal severity: normal status: open title: py3k documentation mentions deprecated opcode LOAD_LOCALS versions: Python 3.1, Python 3.2, Python 3.3 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8874> _______________________________________
Benjamin Peterson <benjamin@python.org> added the comment: Thanks. Removed in r81656. ---------- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8874> _______________________________________
participants (2)
-
Benjamin Peterson
-
Yaniv Aknin