[issue8874] py3k documentation mentions deprecated opcode LOAD_LOCALS

2010-06-02 Thread Benjamin Peterson
Benjamin Peterson added the comment: Thanks. Removed in r81656. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue8874] py3k documentation mentions deprecated opcode LOAD_LOCALS

2010-06-01 Thread Yaniv Aknin
New submission from Yaniv Aknin : 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-LO