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 pitrou
Recipients amaury.forgeotdarc, fdrake, pitrou, rhettinger, serhiy.storchaka
Date 2014-11-05.17:05:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415207144.5.0.170735944696.issue22721@psf.upfronthosting.co.za>
In-reply-to
Content
I think it'd be nice if the solution kept the current order when all keys are orderable (which is a very common case). So IMO repr() should only be used as a fallback when the object comparison fails.
History
Date User Action Args
2014-11-05 17:05:44pitrousetrecipients: + pitrou, fdrake, rhettinger, amaury.forgeotdarc, serhiy.storchaka
2014-11-05 17:05:44pitrousetmessageid: <1415207144.5.0.170735944696.issue22721@psf.upfronthosting.co.za>
2014-11-05 17:05:44pitroulinkissue22721 messages
2014-11-05 17:05:44pitroucreate