[Python-Dev] python 3 niggle: None < 1 raises TypeError

Serhiy Storchaka storchaka at gmail.com
Tue Feb 18 19:40:02 CET 2014


18.02.14 19:20, Ethan Furman написав(ла):
> It seems to me what we really need is either a Null singleton to
> represent a data point with no known value but that can still be sorted,
> or have every data type able to represent a no-value state (datetime,
> I'm looking at you!).

A Never singleton?



More information about the Python-Dev mailing list