summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 96263e7..c57ca1d 100644
--- 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
-----------