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 amaury.forgeotdarc, anton.barkovsky, arno, flox, giampaolo.rodola, python-dev, rbp, rhettinger
Date 2012-07-21.09:23:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3WfNmd1X9gzPSq@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, amaury.forgeotdarc, giampaolo.rodola, rbp, arno, flox, anton.barkovsky
2012-07-21 09:23:13python-devlinkissue10017 messages
2012-07-21 09:23:13python-devcreate