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 bitfort, r.david.murray
Date 2009-08-25.15:44:45
SpamBayes Score 0.0064687026
Marked as misclassified No
Message-id <1251215088.43.0.379028378796.issue6782@psf.upfronthosting.co.za>
In-reply-to
Content
It's feature.

In python 3 you can use the 'nonlocal' keyword to access the variable in
the outer scope for assignment.
History
Date User Action Args
2009-08-25 15:44:48r.david.murraysetrecipients: + r.david.murray, bitfort
2009-08-25 15:44:48r.david.murraysetmessageid: <1251215088.43.0.379028378796.issue6782@psf.upfronthosting.co.za>
2009-08-25 15:44:45r.david.murraylinkissue6782 messages
2009-08-25 15:44:45r.david.murraycreate