[issue32886] new Boolean ABC in numbers module + Integral>Integer renaming

Serhiy Storchaka report at bugs.python.org
Wed Feb 21 07:44:26 EST 2018


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

If a Boolean ABC includes __and__, __or__ and __xor__ which implement conjunction, disjunction and exclusive disjunction, shouldn't it include __le__, __gt__, __ge__ and __lt__? They implement other logical operations: material implication, material nonimplication, converse implication and converse nonimplication.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32886>
_______________________________________


More information about the Python-bugs-list mailing list