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 BreamoreBoy, akuchling, amaury.forgeotdarc, benjamin.peterson, georg.brandl, jhylton, r.david.murray
Date 2012-03-14.06:11:49
SpamBayes Score 1.0318947e-06
Marked as misclassified No
Message-id <1331705512.11.0.396947786722.issue4199@psf.upfronthosting.co.za>
In-reply-to
Content
We could also just decide we don't need it :)

If we do (I haven't read the PEP) does a statement with an assignment make the variable global in that scope, or does it only affect the global variable for the duration of the assignment, and otherwise the variable remains local in the scope?  (I don't know which to guess, and the ambiguity is disturbing.  I like the current clarity even if it is more typing.)
History
Date User Action Args
2012-03-14 06:11:52r.david.murraysetrecipients: + r.david.murray, jhylton, akuchling, georg.brandl, amaury.forgeotdarc, benjamin.peterson, BreamoreBoy
2012-03-14 06:11:52r.david.murraysetmessageid: <1331705512.11.0.396947786722.issue4199@psf.upfronthosting.co.za>
2012-03-14 06:11:49r.david.murraylinkissue4199 messages
2012-03-14 06:11:49r.david.murraycreate