Brandt Bucher <brandtbuc...@gmail.com> added the comment:

I don't really see, though, how comparing complex(42) == float(42) is any less 
dangerous than complex(42) <= float(42). It seems odd to me, personally, that 
real-valued complex objects are valid for *some* rich comparisons (but not 
others) when the math is unambiguous.

----------

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

Reply via email to