mirror of https://github.com/python/cpython
Add an entry for pdb's new `pp' command.
This commit is contained in:
parent
75f36b7040
commit
5d8d618c95
|
@ -545,6 +545,9 @@ Library
|
||||||
library. It implements a complete file interface, one-shot (de)compression
|
library. It implements a complete file interface, one-shot (de)compression
|
||||||
functions, and types for sequential (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
|
Tools/Demos
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue