]> granicus.if.org Git - python/commitdiff
Add an entry for pdb's new `pp' command.
authorBarry Warsaw <barry@python.org>
Tue, 5 Nov 2002 22:41:33 +0000 (22:41 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 5 Nov 2002 22:41:33 +0000 (22:41 +0000)
Misc/NEWS

index 96263e7b9fe9e06f9c8825abe631c1d0d50aead5..c57ca1de8cd77d072285ff2daae8241d0f3e8771 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -545,6 +545,9 @@ Library
   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
 -----------