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
 -----------