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 eric.smith
Recipients eric.smith, pythoner
Date 2014-10-05.13:52:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412517162.97.0.930253006255.issue22556@psf.upfronthosting.co.za>
In-reply-to
Content
You've identified the main problem: would None go first or last? Modify your key function to make the decision appropriate for you, returning either a very small or very large value for None, as appropriate.

If you really want to see this behavior changed, you should have a concrete proposal and bring it up on the python-ideas mailing list.
History
Date User Action Args
2014-10-05 13:52:43eric.smithsetrecipients: + eric.smith, pythoner
2014-10-05 13:52:42eric.smithsetmessageid: <1412517162.97.0.930253006255.issue22556@psf.upfronthosting.co.za>
2014-10-05 13:52:42eric.smithlinkissue22556 messages
2014-10-05 13:52:42eric.smithcreate