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:28:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438860538.4.0.518652998736.issue24806@psf.upfronthosting.co.za>
In-reply-to
Content
@brechtm No, the example you give is wrong.  It is correct that this refuses to work (and unrelated to this bug):

    class Integer(object, int): pass

for reasons explained in the docs.
History
Date User Action Args
2015-08-06 11:28:58arigosetrecipients: + arigo, brechtm
2015-08-06 11:28:58arigosetmessageid: <1438860538.4.0.518652998736.issue24806@psf.upfronthosting.co.za>
2015-08-06 11:28:58arigolinkissue24806 messages
2015-08-06 11:28:58arigocreate