Tim Peters <t...@python.org> added the comment:

BTW, I should clarify that I think the real "sin" here was making bool a 
subclass of int to begin with.  For example, there's no sane reason at all for 
bools to support division, and no reason for a distinct type not to define "~" 
any way it feels like.  Advertised inheritance is usually a Bad Idea ;-)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37831>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to