[Python-checkins] python/dist/src/Doc/lib libpdb.tex,1.32,1.33

bwarsaw@users.sourceforge.net bwarsaw@users.sourceforge.net
Tue, 05 Nov 2002 14:41:18 -0800


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

Modified Files:
	libpdb.tex 
Log Message:
Document the new `pp' command.


Index: libpdb.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libpdb.tex,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** libpdb.tex	13 Sep 2001 16:56:43 -0000	1.32
--- libpdb.tex	5 Nov 2002 22:41:16 -0000	1.33
***************
*** 274,277 ****
--- 274,282 ----
  command --- this executes the Python \keyword{print} statement.)
  
+ \item[pp \var{expression}]
+ 
+ Like the \samp{p} command, except the value of the exception is
+ pretty-printed using the \module{pprint} module.
+ 
  \item[alias \optional{\var{name} \optional{command}}]