New submission from Ethan Furman <et...@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: d...@python components: Documentation messages: 108949 nosy: d...@python, stoneleaf priority: normal severity: normal status: open title: Glossary entry for nested scope incorrect versions: Python 3.1 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue9121> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com