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 python-dev
Recipients Shawn.Brown, ezio.melotti, flox, python-dev, rhettinger
Date 2012-07-21.09:23:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3WfNmc34NmzPSq@mail.python.org>
In-reply-to
Content
New changeset 03cda5360dc6 by Florent Xicluna in branch '3.2':
Issues #10017 and #14998: Fix TypeError using pprint on dictionaries with unorderable key.
http://hg.python.org/cpython/rev/03cda5360dc6

New changeset 4d0dcfbdf45b by Florent Xicluna in branch 'default':
Issues #10017 and #14998: Fix TypeError using pprint on dictionaries with unorderable key.
http://hg.python.org/cpython/rev/4d0dcfbdf45b
History
Date User Action Args
2012-07-21 09:23:14python-devsetrecipients: + python-dev, rhettinger, ezio.melotti, flox, Shawn.Brown
2012-07-21 09:23:13python-devlinkissue14998 messages
2012-07-21 09:23:12python-devcreate