From: Barry Warsaw Date: Tue, 5 Nov 2002 22:41:33 +0000 (+0000) Subject: Add an entry for pdb's new `pp' command. X-Git-Tag: v2.3c1~3556 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d8d618c95a586743e8ac0c334c7d084c1cbc84c;p=python Add an entry for pdb's new `pp' command. --- diff --git a/Misc/NEWS b/Misc/NEWS index 96263e7b9f..c57ca1de8c 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 -----------