summaryrefslogtreecommitdiffstats
path: root/Doc/library/dis.rst
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-12-12 18:09:53 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-12-12 18:09:53 (GMT)
commitc58bde159f46d1e89575aec933c9860a5afb617d (patch)
tree618e070b5a8876ec07745cfe2f30e793298a6186 /Doc/library/dis.rst
parentf234eb9c329397f60c30b149b31bb824083a5c52 (diff)
downloadcpython-c58bde159f46d1e89575aec933c9860a5afb617d.zip
cpython-c58bde159f46d1e89575aec933c9860a5afb617d.tar.gz
cpython-c58bde159f46d1e89575aec933c9860a5afb617d.tar.bz2
SET_LINENO was removed in 2.3
Diffstat (limited to 'Doc/library/dis.rst')
-rw-r--r--Doc/library/dis.rst5
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