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 r.david.murray
Recipients benjamin.peterson, docs@python, r.david.murray, techtonik, terry.reedy
Date 2012-12-29.01:26:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356744379.85.0.560416939649.issue16781@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like you are correct Terry.  The problem, I think, is that the behavior of name spaces inside a class definition is probably the least intuitive aspect of python scoping, so that sentence, while technically complete, doesn't provide enough guidance.
History
Date User Action Args
2012-12-29 01:26:25r.david.murraysetrecipients: + r.david.murray, terry.reedy, techtonik, benjamin.peterson, docs@python
2012-12-29 01:26:19r.david.murraysetmessageid: <1356744379.85.0.560416939649.issue16781@psf.upfronthosting.co.za>
2012-12-29 01:26:19r.david.murraylinkissue16781 messages
2012-12-29 01:26:16r.david.murraycreate