[New-bugs-announce] [issue8874] py3k documentation mentions deprecated opcode LOAD_LOCALS

Yaniv Aknin report at bugs.python.org
Wed Jun 2 01:45:43 CEST 2010


New submission from Yaniv Aknin <yaniv.aknin at 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 at python
components: Documentation
messages: 106869
nosy: Yaniv.Aknin, docs at 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 at bugs.python.org>
<http://bugs.python.org/issue8874>
_______________________________________


More information about the New-bugs-announce mailing list