[Python-checkins] python/dist/src/Doc/lib libdis.tex,1.43,1.44

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Wed Feb 23 21:40:46 CET 2005


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5815

Modified Files:
	libdis.tex 
Log Message:
Update an example to match current output.

Index: libdis.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libdis.tex,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- libdis.tex	21 Feb 2005 20:28:07 -0000	1.43
+++ libdis.tex	23 Feb 2005 20:40:42 -0000	1.44
@@ -26,9 +26,7 @@
   2           0 LOAD_GLOBAL              0 (len)
               3 LOAD_FAST                0 (alist)
               6 CALL_FUNCTION            1
-              9 RETURN_VALUE        
-             10 LOAD_CONST               0 (None)
-             13 RETURN_VALUE
+              9 RETURN_VALUE
 \end{verbatim}
 
 (The ``2'' is a line number).



More information about the Python-checkins mailing list