[Python-3000] None in Comparisons
Greg Ewing
greg.ewing at canterbury.ac.nz
Tue Nov 11 23:27:51 CET 2008
M.-A. Lemburg wrote:
> And here's another one:
> ...
> Two values that compare equal to each other (and are in fact identical),
> yet cannot be compared less-than or greater-than.
That's not particularly surprising -- complex numbers have
been like that for a long time. The only surprise, if any,
is that more types are becoming that way.
--
Greg
More information about the Python-3000
mailing list