[Python-checkins] CVS: python/dist/src/Doc/lib libpdb.tex,1.26,1.27
Fred Drake
python-dev@python.org
Wed, 5 Apr 2000 11:01:38 -0400
Update of /projects/cvsroot/python/dist/src/Doc/lib
In directory seahag.cnri.reston.va.us:/home/fdrake/projects/python/Doc/lib
Modified Files:
libpdb.tex
Log Message:
Noted by Guido:
Directionality of up/down were confused.
Index: libpdb.tex
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/lib/libpdb.tex,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** libpdb.tex 1999年11月09日 20:08:05 1.26
--- libpdb.tex 2000年04月05日 15:01:36 1.27
***************
*** 176,185 ****
Move the current frame one level down in the stack trace
! (to an older frame).
\item[u(p)]
Move the current frame one level up in the stack trace
! (to a newer frame).
\item[b(reak) \optional{\optional{\var{filename}:}\var{lineno}\code{\Large{|}}\var{function}\optional{, \var{condition}}}]
--- 176,185 ----
Move the current frame one level down in the stack trace
! (to an newer frame).
\item[u(p)]
Move the current frame one level up in the stack trace
! (to a older frame).
\item[b(reak) \optional{\optional{\var{filename}:}\var{lineno}\code{\Large{|}}\var{function}\optional{, \var{condition}}}]