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 shanavasm
Recipients docs@python, shanavasm
Date 2020-01-23.11:40:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579779624.25.0.960153197022.issue39431@roundup.psfhosted.org>
In-reply-to
Content
Doc says "A special quirk of Python is that -- if no :keyword:`global` statement is in	A special quirk of Python is that -- if no :keyword:`global` or :keyword:`nonlocal`
effect -- assignments to names always go into the innermost scope."

nonlocal should also be mentioned along with global
History
Date User Action Args
2020-01-23 11:40:24shanavasmsetrecipients: + shanavasm, docs@python
2020-01-23 11:40:24shanavasmsetmessageid: <1579779624.25.0.960153197022.issue39431@roundup.psfhosted.org>
2020-01-23 11:40:24shanavasmlinkissue39431 messages
2020-01-23 11:40:24shanavasmcreate