Tim Peters <t...@python.org> added the comment:

Closing as Mark suggested, but as "not a bug" rather than "won't fix".  That 
floats aren't totally ordered is a consequence of IEEE 754 semantics, not 
Python's whim.  As Mark said, if people want a total_ordering function for 
floats, that should be opened as a different issue - we're not going to change 
the default float comparison logic.

----------
resolution:  -> not a bug
stage: patch review -> resolved
status: open -> closed
versions: +Python 2.7 -Python 3.8

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

Reply via email to