From c58bde159f46d1e89575aec933c9860a5afb617d Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Sun, 12 Dec 2010 18:09:53 +0000 Subject: [PATCH] SET_LINENO was removed in 2.3 --- Doc/library/dis.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index cf880fcc020..10cf55599a8 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