diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-12-12 18:09:53 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-12-12 18:09:53 (GMT) |
commit | c58bde159f46d1e89575aec933c9860a5afb617d (patch) | |
tree | 618e070b5a8876ec07745cfe2f30e793298a6186 /Doc | |
parent | f234eb9c329397f60c30b149b31bb824083a5c52 (diff) | |
download | cpython-c58bde159f46d1e89575aec933c9860a5afb617d.zip cpython-c58bde159f46d1e89575aec933c9860a5afb617d.tar.gz cpython-c58bde159f46d1e89575aec933c9860a5afb617d.tar.bz2 |
SET_LINENO was removed in 2.3
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/dis.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index cf880fc..10cf555 100644 --- a/Doc/library/dis.rst +++ b/Doc/library/dis.rst @@ -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 |