[ python-Bugs-989672 ] misinforming help messages in pdb.py

SourceForge.net noreply at sourceforge.net
Mon Jul 12 21:22:18 CEST 2004


Bugs item #989672, was opened at 2004-07-12 21:21
Message generated for change (Settings changed) made by percivall
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=989672&group_id=5470

Category: Python Library
Group: Python 2.4
Status: Open
Resolution: None
>Priority: 2
Submitted By: Simon Percivall (percivall)
Assigned to: Nobody/Anonymous (nobody)
Summary: misinforming help messages in pdb.py

Initial Comment:
The help messages the help_d and help_u methods of the
pdb.Pdb class gives have been switched. The standard
library documentation gets it right.

This is what it says:

pdb.Pdb.help_d: Move the current frame one level down
in the stack trace
(to an older frame).

pdb.Pdb.help_u: Move the current frame one level up in
the stack trace
(to a newer frame).

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=989672&group_id=5470


More information about the Python-bugs-list mailing list