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 benjamin.peterson
Recipients Sergey.Kirpichev, benjamin.peterson, matrixise, r.david.murray, rhettinger, tim.peters
Date 2015-04-29.14:32:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430317954.81.0.589080158339.issue24075@psf.upfronthosting.co.za>
In-reply-to
Content
Why does your key function depend on the size of the list? That seems like the root of the problem. Considering calling the key function is observable behavior, I don't think this should be changed. The patch makes behavior list.sort() inconsistent.
History
Date User Action Args
2015-04-29 14:32:34benjamin.petersonsetrecipients: + benjamin.peterson, tim.peters, rhettinger, r.david.murray, matrixise, Sergey.Kirpichev
2015-04-29 14:32:34benjamin.petersonsetmessageid: <1430317954.81.0.589080158339.issue24075@psf.upfronthosting.co.za>
2015-04-29 14:32:34benjamin.petersonlinkissue24075 messages
2015-04-29 14:32:34benjamin.petersoncreate