Serhiy Storchaka added the comment:

May be make math.inf and math.nan special objects so that for all x (except inf 
and nan):

x < math.inf
x > -math.inf
not (x < math.nan)
not (x > math.nan)

----------

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

Reply via email to