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 eryksun
Recipients Hibou57, Mariatta, Roscoe R. Higgins, brett.cannon, cheryl.sabella, docs@python, eryksun, ezio.melotti, miss-islington, nanjekyejoannah, terry.reedy, veky
Date 2020-07-06.14:42:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594046537.85.0.0503186596072.issue26205@roundup.psfhosted.org>
In-reply-to
Content
> There is one local namespace for each class and function.  There is one
> nonlocal namespace for each nested function.

In the first sentence, replace "class" with "class statement" and "function" with "function call". The second sentence could use "nested-function call", but maybe rewrite it as, "There is one nonlocal namespace when a nested function is called."
History
Date User Action Args
2020-07-06 14:42:17eryksunsetrecipients: + eryksun, brett.cannon, terry.reedy, ezio.melotti, docs@python, veky, Hibou57, Roscoe R. Higgins, Mariatta, cheryl.sabella, miss-islington, nanjekyejoannah
2020-07-06 14:42:17eryksunsetmessageid: <1594046537.85.0.0503186596072.issue26205@roundup.psfhosted.org>
2020-07-06 14:42:17eryksunlinkissue26205 messages
2020-07-06 14:42:17eryksuncreate