Mailing List Archive

python/dist/src/Doc/lib libpdb.tex,1.32,1.33
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}}]