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 acucci
Recipients acucci, benjamin.peterson, brett.cannon, georg.brandl, ncoghlan, serhiy.storchaka, sirkonst, yselivanov
Date 2015-12-29.13:21:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451395286.77.0.327105920509.issue25973@psf.upfronthosting.co.za>
In-reply-to
Content
quoting the docs:

The statement [nonlocal] allows encapsulated code to rebind variables outside of the local scope BESIDES the global (module) scope.
History
Date User Action Args
2015-12-29 13:21:26acuccisetrecipients: + acucci, brett.cannon, georg.brandl, ncoghlan, benjamin.peterson, serhiy.storchaka, yselivanov, sirkonst
2015-12-29 13:21:26acuccisetmessageid: <1451395286.77.0.327105920509.issue25973@psf.upfronthosting.co.za>
2015-12-29 13:21:26acuccilinkissue25973 messages
2015-12-29 13:21:26acuccicreate