Raymond Hettinger added the comment:

> 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.

----------
nosy: +rhettinger

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20630>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to