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 rhettinger
Recipients cvrebert, ncoghlan, rhettinger
Date 2014-02-24.14:45:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393253116.59.0.948397676499.issue20630@psf.upfronthosting.co.za>
In-reply-to
Content
> Currently, it's a bit annoying to sort collections 
> containing "None" values in Python 3

I think we should seriously consider whether to restore None's ability to compare with other entries.   Removing this capability has been a major PITA and is an obstacle for people converting code to Python 3.

The need to create helper function work-arounds is a symptom, not a cure.
History
Date User Action Args
2014-02-24 14:45:16rhettingersetrecipients: + rhettinger, ncoghlan, cvrebert
2014-02-24 14:45:16rhettingersetmessageid: <1393253116.59.0.948397676499.issue20630@psf.upfronthosting.co.za>
2014-02-24 14:45:16rhettingerlinkissue20630 messages
2014-02-24 14:45:16rhettingercreate