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 aronacher
Recipients aronacher
Date 2009-09-19.09:26:57
SpamBayes Score 1.316665e-05
Marked as misclassified No
Message-id <1253352419.89.0.0604229047427.issue6945@psf.upfronthosting.co.za>
In-reply-to
Content
Currently pprint does not work on dicts it cannot sort.  Because in
Python 3 sorted(x.items()) is no longer guaranteed to work a new sorting
solution has to be found.
History
Date User Action Args
2009-09-19 09:27:00aronachersetrecipients: + aronacher
2009-09-19 09:26:59aronachersetmessageid: <1253352419.89.0.0604229047427.issue6945@psf.upfronthosting.co.za>
2009-09-19 09:26:58aronacherlinkissue6945 messages
2009-09-19 09:26:58aronachercreate