[docs] [issue9121] Glossary entry for nested scope incorrect

Ethan Furman report at bugs.python.org
Tue Jun 29 22:41:59 CEST 2010


New submission from Ethan Furman <ethan at stoneleaf.us>:

It currently states "Note that nested scopes work only for reference and not for assignment which will always write to the innermost scope."

This should be updated to read, e.g. "Note that unless the new nonlocal keyword is used nested scopes work only for reference and not for assignment which will otherwise write to the innermost scope."

----------
assignee: docs at python
components: Documentation
messages: 108949
nosy: docs at python, stoneleaf
priority: normal
severity: normal
status: open
title: Glossary entry for nested scope incorrect
versions: Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9121>
_______________________________________


More information about the docs mailing list