mirror of https://github.com/python/cpython
SET_LINENO was removed in 2.3
This commit is contained in:
parent
f234eb9c32
commit
c58bde159f
|
@ -733,11 +733,6 @@ the more significant byte last.
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue