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 tim.peters
Recipients mark.dickinson, rhettinger, serhiy.storchaka, tim.peters, tomerv
Date 2019-08-13.00:00:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565654413.1.0.644339982948.issue37831@roundup.psfhosted.org>
In-reply-to
Content
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 ;-)
History
Date User Action Args
2019-08-13 00:00:13tim.peterssetrecipients: + tim.peters, rhettinger, mark.dickinson, serhiy.storchaka, tomerv
2019-08-13 00:00:13tim.peterssetmessageid: <1565654413.1.0.644339982948.issue37831@roundup.psfhosted.org>
2019-08-13 00:00:13tim.peterslinkissue37831 messages
2019-08-13 00:00:12tim.peterscreate