Serhiy Storchaka <storchaka+cpyt...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue32886>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to