Message230161
| 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? |
|