commit | 5d8d618c95a586743e8ac0c334c7d084c1cbc84c | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Tue Nov 05 22:41:33 2002 +0000 |
committer | Barry Warsaw <barry@python.org> | Tue Nov 05 22:41:33 2002 +0000 |
tree | 6f382bb5f73ef9e3bb62d442ea340d845ff7403c | |
parent | 75f36b70401f721dff1b191abfac67355507c35b [diff] |
Add an entry for pdb's new `pp' command.
diff --git a/Misc/NEWS b/Misc/NEWS index 96263e7..c57ca1d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -545,6 +545,9 @@ library. It implements a complete file interface, one-shot (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 -----------