[Python-checkins] CVS: python/dist/src/Doc/lib libdis.tex,1.26,1.27

Fred L. Drake python-dev@python.org
Thu, 31 Aug 2000 09:26:39 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv10830/Doc/lib

Modified Files:
	libdis.tex 
Log Message:

UNARY_NEG is supposed to be UNARY_NEGATIVE (spotted by Charles Waldman
<cgw@fnal.gov>).

Fix minor problem with EXTENDED_ARG description markup..


Index: libdis.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libdis.tex,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** libdis.tex	2000/08/24 20:06:03	1.26
--- libdis.tex	2000/08/31 16:26:35	1.27
***************
*** 147,151 ****
  \end{opcodedesc}
  
! \begin{opcodedesc}{UNARY_NEG}{}
  Implements \code{TOS = -TOS}.
  \end{opcodedesc}
--- 147,151 ----
  \end{opcodedesc}
  
! \begin{opcodedesc}{UNARY_NEGATIVE}{}
  Implements \code{TOS = -TOS}.
  \end{opcodedesc}
***************
*** 596,600 ****
  default two bytes.  \var{ext} holds two additional bytes which, taken
  together with the subsequent opcode's argument, comprise a four-byte
! argument, \var {ext} being the two most-significant bytes.
  \end{opcodedesc}
  
--- 596,600 ----
  default two bytes.  \var{ext} holds two additional bytes which, taken
  together with the subsequent opcode's argument, comprise a four-byte
! argument, \var{ext} being the two most-significant bytes.
  \end{opcodedesc}