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 rhettinger
Recipients josh.r, mark.dickinson, r.david.murray, rhettinger, serhiy.storchaka, smarie
Date 2018-04-20.20:29:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1524256159.07.0.682650639539.issue32886@psf.upfronthosting.co.za>
In-reply-to
Content
> If I get you correctly, then the minimal `Boolean` ABC would only need
> to contain the `__bool__` method, without the bitwise operations

Once reduced to just having `__bool__`, I think there is no value added and would prefer to leave this out.  We really don't have to have an ABC for every single type in Python, something that will end-up just being clutter that we have to support in perpetuity.
History
Date User Action Args
2018-04-20 20:29:19rhettingersetrecipients: + rhettinger, mark.dickinson, r.david.murray, serhiy.storchaka, josh.r, smarie
2018-04-20 20:29:19rhettingersetmessageid: <1524256159.07.0.682650639539.issue32886@psf.upfronthosting.co.za>
2018-04-20 20:29:19rhettingerlinkissue32886 messages
2018-04-20 20:29:19rhettingercreate