[Python-checkins] python/dist/src/Doc/lib libdis.tex,1.35,1.36

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
2002年6月13日 10:59:53 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv10481/Doc/lib
Modified Files:
	libdis.tex 
Log Message:
The opcode FOR_LOOP no longer exists.
Index: libdis.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libdis.tex,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** libdis.tex	12 Jun 2002 15:33:08 -0000	1.35
--- libdis.tex	13 Jun 2002 17:59:51 -0000	1.36
***************
*** 557,567 ****
 \end{opcodedesc}
 
! \begin{opcodedesc}{FOR_LOOP}{delta}
! This opcode is obsolete.
! %Iterate over a sequence. TOS is the current index, TOS1 the sequence.
! %First, the next element is computed. If the sequence is exhausted,
! %increment byte code counter by \var{delta}. Otherwise, push the
! %sequence, the incremented counter, and the current item onto the stack.
! \end{opcodedesc}
 
 %\begin{opcodedesc}{LOAD_LOCAL}{namei}
--- 557,563 ----
 \end{opcodedesc}
 
! %\begin{opcodedesc}{FOR_LOOP}{delta}
! %This opcode is obsolete.
! %\end{opcodedesc}
 
 %\begin{opcodedesc}{LOAD_LOCAL}{namei}

AltStyle によって変換されたページ (->オリジナル) /