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 smarie
Recipients josh.r, mark.dickinson, serhiy.storchaka, smarie
Date 2018-02-22.12:59:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519304387.92.0.467229070634.issue32886@psf.upfronthosting.co.za>
In-reply-to
Content
@Mark : the '__invert__' method is out of the game since Josh comment (and my reply https://bugs.python.org/issue32886#msg312478 )

So the remaining operations *are* an abstraction of both python bool and numpy bool_ behaviour (and a minimal representation of boolean logic operations that will seem natural to anyone, don't you think ?)
History
Date User Action Args
2018-02-22 12:59:47smariesetrecipients: + smarie, mark.dickinson, serhiy.storchaka, josh.r
2018-02-22 12:59:47smariesetmessageid: <1519304387.92.0.467229070634.issue32886@psf.upfronthosting.co.za>
2018-02-22 12:59:47smarielinkissue32886 messages
2018-02-22 12:59:47smariecreate