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 woo yoo
Recipients brendan-donegan, docs@python, woo yoo
Date 2016-12-19.13:15:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482153333.97.0.842302051411.issue29010@psf.upfronthosting.co.za>
In-reply-to
Content
Code:
>class A(object):
    pass

'object' is not in the same scope as 'A'
History
Date User Action Args
2016-12-19 13:15:34woo yoosetrecipients: + woo yoo, docs@python, brendan-donegan
2016-12-19 13:15:33woo yoosetmessageid: <1482153333.97.0.842302051411.issue29010@psf.upfronthosting.co.za>
2016-12-19 13:15:33woo yoolinkissue29010 messages
2016-12-19 13:15:33woo yoocreate