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 levkivskyi
Recipients docs@python, eric.snow, levkivskyi, ncoghlan, r.david.murray, rhettinger
Date 2015-06-20.07:14:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434784449.21.0.645004703882.issue24129@psf.upfronthosting.co.za>
In-reply-to
Content
Eric, the "rule" that classes don't play the nested scopes game is explained at beginning of the same section, but the explanation is "one sided" it only explains that names defined in classes are not visible inside functions.
Nick, thank you for the thorough explanation. I will try to improve the wording. It looks like a bit more substantial changes are needed.
History
Date User Action Args
2015-06-20 07:14:09levkivskyisetrecipients: + levkivskyi, rhettinger, ncoghlan, r.david.murray, docs@python, eric.snow
2015-06-20 07:14:09levkivskyisetmessageid: <1434784449.21.0.645004703882.issue24129@psf.upfronthosting.co.za>
2015-06-20 07:14:09levkivskyilinkissue24129 messages
2015-06-20 07:14:08levkivskyicreate