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 arigo
Recipients arigo, brechtm
Date 2015-08-06.11:30:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438860636.29.0.752142369086.issue24806@psf.upfronthosting.co.za>
In-reply-to
Content
To be clearer, this bug report is, more precisely, about subclassing built-in classes that are not meant to be subclassable.  This includes type(None) and bool.
History
Date User Action Args
2015-08-06 11:30:36arigosetrecipients: + arigo, brechtm
2015-08-06 11:30:36arigosetmessageid: <1438860636.29.0.752142369086.issue24806@psf.upfronthosting.co.za>
2015-08-06 11:30:36arigolinkissue24806 messages
2015-08-06 11:30:35arigocreate