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

SourceForge.net noreply at sourceforge.net
Sat Aug 14 17:20:05 CEST 2004


Bugs item #989672, was opened at 2004-07-12 21:21
Message generated for change (Settings changed) made by jlgijsbers
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: Closed
>Resolution: Fixed
Priority: 2
Submitted By: Simon Percivall (percivall)
>Assigned to: Johannes Gijsbers (jlgijsbers)
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).

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

>Comment By: Johannes Gijsbers (jlgijsbers)
Date: 2004-08-14 17:20

Message:
Logged In: YES 
user_id=469548

pdb.doc also had it switched around. Correction checked in
as rev 1.68 of pdb.py and rev 1.9 of pdb.doc. Thanks for the
report!

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

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