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 MLModel
Recipients MLModel
Date 2009-09-11.20:21:13
SpamBayes Score 0.00020391501
Marked as misclassified No
Message-id <1252700475.39.0.749180351016.issue6888@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-09-11 20:21:15MLModelsetrecipients: + MLModel
2009-09-11 20:21:15MLModelsetmessageid: <1252700475.39.0.749180351016.issue6888@psf.upfronthosting.co.za>
2009-09-11 20:21:13MLModellinkissue6888 messages
2009-09-11 20:21:13MLModelcreate