Add an entry for pdb's new `pp' command.

This commit is contained in:
Barry Warsaw 2002-11-05 22:41:33 +00:00
parent 75f36b7040
commit 5d8d618c95
1 changed files with 3 additions and 0 deletions

View File

@ -545,6 +545,9 @@ Library
library. It implements a complete file interface, one-shot (de)compression library. It implements a complete file interface, one-shot (de)compression
functions, and types for sequential (de)compression. functions, and types for sequential (de)compression.
- New pdb command `pp' which is like `p' except that it pretty-prints
the value of its expression argument.
Tools/Demos Tools/Demos
----------- -----------