This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients josh.r, mark.dickinson, serhiy.storchaka, smarie
Date 2018-02-21.12:44:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519217066.14.0.467229070634.issue32886@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-02-21 12:44:26serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson, josh.r, smarie
2018-02-21 12:44:26serhiy.storchakasetmessageid: <1519217066.14.0.467229070634.issue32886@psf.upfronthosting.co.za>
2018-02-21 12:44:26serhiy.storchakalinkissue32886 messages
2018-02-21 12:44:26serhiy.storchakacreate