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

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Tue, 17 Dec 2002 18:07:16 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv15075

Modified Files:
	libpdb.tex 
Log Message:
Fix some small markup nits.


Index: libpdb.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libpdb.tex,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** libpdb.tex	18 Dec 2002 01:20:29 -0000	1.35
--- libpdb.tex	18 Dec 2002 02:07:14 -0000	1.36
***************
*** 262,268 ****
  again, or jump forward to skip code that you don't want to run.
  
! It should be noted that not all jumps are allowed -- for instance it
! is not possible to jump into the middle of a for loop or out of a
! finally clause.
  
  \item[l(ist) \optional{\var{first\optional{, last}}}]
--- 262,268 ----
  again, or jump forward to skip code that you don't want to run.
  
! It should be noted that not all jumps are allowed --- for instance it
! is not possible to jump into the middle of a \keyword{for} loop or out
! of a \keyword{finally} clause.
  
  \item[l(ist) \optional{\var{first\optional{, last}}}]
***************
*** 281,286 ****
  
  Evaluate the \var{expression} in the current context and print its
! value.  (Note: \samp{print} can also be used, but is not a debugger
! command --- this executes the Python \keyword{print} statement.)
  
  \item[pp \var{expression}]
--- 281,286 ----
  
  Evaluate the \var{expression} in the current context and print its
! value.  \note{\samp{print} can also be used, but is not a debugger
! command --- this executes the Python \keyword{print} statement.}
  
  \item[pp \var{expression}]