Tim Peters added the comment:

Yes, it's both intended and annoying ;-)  The standard specifies that, by 
default, comparisons involving NANs are "unordered":  a NAN is _none_ of "less 
than", "equal to", or "greater than" any other float, including any other NaN, 
and including itself.

----------
nosy: +tim.peters

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

Reply via email to