[Python-checkins] r87184 - python/branches/py3k/Doc/library/dis.rst

antoine.pitrou python-checkins at python.org
Sun Dec 12 19:09:54 CET 2010


Author: antoine.pitrou
Date: Sun Dec 12 19:09:53 2010
New Revision: 87184

Log:
SET_LINENO was removed in 2.3



Modified:
   python/branches/py3k/Doc/library/dis.rst

Modified: python/branches/py3k/Doc/library/dis.rst
==============================================================================
--- python/branches/py3k/Doc/library/dis.rst	(original)
+++ python/branches/py3k/Doc/library/dis.rst	Sun Dec 12 19:09:53 2010
@@ -733,11 +733,6 @@
    Used by the :keyword:`del` statement.
 
 
-.. opcode:: SET_LINENO (lineno)
-
-   This opcode is obsolete.
-
-
 .. opcode:: RAISE_VARARGS (argc)
 
    Raises an exception. *argc* indicates the number of parameters to the raise


More information about the Python-checkins mailing list