[New-bugs-announce] [issue6888] pdb alias command with no arguments is broken
Mitchell Model
report at bugs.python.org
Fri Sep 11 22:21:15 CEST 2009
New submission from Mitchell Model <mlm at acm.org>:
Typing just
alias
in pdb doesn't work. Because dict.keys() now returns a dict_keys object
instead of a list the line
keys.sort()
in Pdb.do_alias breaks because dict_keys doesn't have a sort method.
----------
components: Library (Lib)
messages: 92522
nosy: MLModel
severity: normal
status: open
title: pdb alias command with no arguments is broken
versions: Python 3.0, Python 3.1, Python 3.2
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6888>
_______________________________________
More information about the New-bugs-announce
mailing list