[issue9064] pdb enhancement up/down traversals

Amaury Forgeot d'Arc report at bugs.python.org
Thu Jun 24 16:54:04 CEST 2010


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

Two remarks:
- when int(arg) fails, an error message should be printed, like with the function do_commmands().
- the "for" loop seems unnecessary, something like "self.curindex -= nup" should be enough

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9064>
_______________________________________


More information about the Python-bugs-list mailing list