It was very convenient in Py2.x to have None comparable to other types and 
always rank less than any other type.

I would like to restore that ability.

One example, it helps with heaps to be able to turn an entry into None and have 
it sift to the top where the null entries can be popped-off.


Raymond
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to