Raymond Hettinger <raymond.hettin...@gmail.com> added the comment: > 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. ---------- nosy: +rhettinger _______________________________________ 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