[Python-checkins] python/dist/src/Doc/lib libdis.tex,1.40,1.41 libexcs.tex,1.49,1.50
rhettinger@users.sourceforge.net
rhettinger@users.sourceforge.net
Sat, 10 May 2003 01:51:31 -0700
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv2270
Modified Files:
libdis.tex libexcs.tex
Log Message:
Fix unbalanced parethesis.
Index: libdis.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libdis.tex,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** libdis.tex 30 Aug 2002 13:09:48 -0000 1.40
--- libdis.tex 10 May 2003 08:51:26 -0000 1.41
***************
*** 512,516 ****
\begin{opcodedesc}{LOAD_ATTR}{namei}
! Replaces TOS with \code{getattr(TOS, co_names[\var{namei}]}.
\end{opcodedesc}
--- 512,516 ----
\begin{opcodedesc}{LOAD_ATTR}{namei}
! Replaces TOS with \code{getattr(TOS, co_names[\var{namei}])}.
\end{opcodedesc}
Index: libexcs.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libexcs.tex,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** libexcs.tex 2 Sep 2002 13:14:30 -0000 1.49
--- libexcs.tex 10 May 2003 08:51:28 -0000 1.50
***************
*** 190,194 ****
% XXXJH xrefs here
Interrupts typed when a built-in function \function{input()} or
! \function{raw_input()}) is waiting for input also raise this
exception.
\end{excdesc}
--- 190,194 ----
% XXXJH xrefs here
Interrupts typed when a built-in function \function{input()} or
! \function{raw_input()} is waiting for input also raise this
exception.
\end{excdesc}