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 abdullah patel, mark.dickinson, r.david.murray, terry.reedy
Date 2017-10-04.16:48:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507135703.74.0.213398074469.issue31688@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, this conforms to Python's namespace/scoping rules: nested scopes are allowed to reference (but not assign to) variables from the global scope even without a 'global' declaration.
History
Date User Action Args
2017-10-04 16:48:23r.david.murraysetrecipients: + r.david.murray, terry.reedy, mark.dickinson, abdullah patel
2017-10-04 16:48:23r.david.murraysetmessageid: <1507135703.74.0.213398074469.issue31688@psf.upfronthosting.co.za>
2017-10-04 16:48:23r.david.murraylinkissue31688 messages
2017-10-04 16:48:23r.david.murraycreate