New submission from rocky bernstein <ro...@gnu.org>: 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". ---------- components: Library (Lib) messages: 82591 nosy: rocky severity: normal status: open title: remove or make work pdb retval and rv type: behavior versions: Python 2.6, Python 2.7 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5343> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com