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 brendan-donegan
Recipients brendan-donegan, brendand, docs@python, r.david.murray, woo yoo
Date 2016-12-20.14:49:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482245385.3.0.37584893708.issue29010@psf.upfronthosting.co.za>
In-reply-to
Content
Worth putting them side by side I think:

"The name BaseClassName must be defined in a scope containing the derived class definition"

vs.

"BaseClassName must be defined in a namespace accessible from the scope containing the derived class definition"
History
Date User Action Args
2016-12-20 14:49:45brendan-donegansetrecipients: + brendan-donegan, r.david.murray, docs@python, woo yoo, brendand
2016-12-20 14:49:45brendan-donegansetmessageid: <1482245385.3.0.37584893708.issue29010@psf.upfronthosting.co.za>
2016-12-20 14:49:45brendan-doneganlinkissue29010 messages
2016-12-20 14:49:45brendan-donegancreate