This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rocky
Recipients rocky
Date 2009-02-22.02:34:03
SpamBayes Score 0.0006679835
Marked as misclassified No
Message-id <1235270046.51.0.683603570643.issue5343@psf.upfronthosting.co.za>
In-reply-to
Content
Remove pdb's undocumented"retval"/"rv" debugger commands. 

It is conceivable this may have once worked on a version of Python long
ago, but not in recent releases. If it's of interest to make this work,
one approach would be to use the arg parameter passed into
trace_dispatch when the event type is "return".
History
Date User Action Args
2009-02-22 02:34:06rockysetrecipients: + rocky
2009-02-22 02:34:06rockysetmessageid: <1235270046.51.0.683603570643.issue5343@psf.upfronthosting.co.za>
2009-02-22 02:34:04rockylinkissue5343 messages
2009-02-22 02:34:03rockycreate