New submission from Yaniv Aknin <yaniv.ak...@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: d...@python
components: Documentation
messages: 106869
nosy: Yaniv.Aknin, d...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue8874>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to