New submission from Mitchell Model <m...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue6888>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to