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 gone
Recipients gone, veky
Date 2017-08-26.11:05:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1503745524.05.0.686357058371.issue31283@psf.upfronthosting.co.za>
In-reply-to
Content
I don't necessarily disagree with what you are saying- however, the received wisdom (as per my response to the SO question) is that

class SomeClass(object):
    pass

and

class SomeClass:
    pass

Should do the same thing. They evidently don't. It might be that the correct "solution" is that this is more properly documented that the two are not equivalent.
History
Date User Action Args
2017-08-26 11:05:24gonesetrecipients: + gone, veky
2017-08-26 11:05:24gonesetmessageid: <1503745524.05.0.686357058371.issue31283@psf.upfronthosting.co.za>
2017-08-26 11:05:24gonelinkissue31283 messages
2017-08-26 11:05:23gonecreate