Issue 9121: Glossary entry for nested scope incorrect (original) (raw)

Issue9121

Created on 2010-06-29 20:41 by ethan.furman, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg108949 - (view) Author: Ethan Furman (ethan.furman) * (Python committer) Date: 2010-06-29 20:41
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."
msg108950 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2010-06-29 20:54
Already fixed.
History
Date User Action Args
2022-04-11 14:57:03 admin set github: 53367
2010-06-29 20:54:59 benjamin.peterson set status: open -> closednosy: + benjamin.petersonmessages: + resolution: out of date
2010-06-29 20:41:57 ethan.furman create