Issue1048756
Created on 2004-10-17 17:12 by scott_daniels, last changed 2004-10-17 19:57 by nnorwitz.
|
msg22717 - (view) |
Author: Scott David Daniels (scott_daniels) |
Date: 2004-10-17 17:12 |
|
Python 2.4b1 (but also 2.3 and ...)
In the documentation for pdb, section 9.1 Debugger
commands describes the 'pp' command as:
pp expression
Like the "p" command, except the value of the exception
is pretty-printed using the pprint module.
This should be:
pp expression
Like the "p" command, except the value of the
_expression_ is pretty-printed using the pprint module.
|
|
msg22718 - (view) |
Author: Neal Norwitz (nnorwitz) |
Date: 2004-10-17 19:57 |
|
Logged In: YES
user_id=33168
Thanks, checked in as:
* Doc/lib/libpdb.tex 1.41 & 1.37.8.2
|
|
| Date |
User |
Action |
Args |
| 2004-10-17 17:12:19 | scott_daniels | create | |
|