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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, fdrake, pitrou, rhettinger, serhiy.storchaka
Date 2014-10-28.17:49:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414518543.07.0.468062703212.issue22721@psf.upfronthosting.co.za>
In-reply-to
Content
What if [some flavor of] pprint sorted items not by value, but by their repr() string?
It's probably faster than any other algorithm, and guaranteed to produce consistent results.

Or use this idea only for ambiguous cases?
History
Date User Action Args
2014-10-28 17:49:03amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, fdrake, rhettinger, pitrou, serhiy.storchaka
2014-10-28 17:49:03amaury.forgeotdarcsetmessageid: <1414518543.07.0.468062703212.issue22721@psf.upfronthosting.co.za>
2014-10-28 17:49:03amaury.forgeotdarclinkissue22721 messages
2014-10-28 17:49:03amaury.forgeotdarccreate