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.
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 -> closed nosy: + benjamin.peterson messages: + msg106905 resolution: fixed |
| 2010年06月01日 23:45:42 | Yaniv.Aknin | create | |