commit | c04a69461483cb1a484863d69b1c4a0c4e6271d2 | [log] [tgz] |
---|---|---|
author | R. David Murray <rdmurray@bitdance.com> | Sat Nov 14 22:21:32 2009 +0000 |
committer | R. David Murray <rdmurray@bitdance.com> | Sat Nov 14 22:21:32 2009 +0000 |
tree | 0a72bcc12b685f29d7eef0ea42354923f1ee2865 | |
parent | e0b479e78191fce6a5f81d46bc2344d77b4cb4c2 [diff] |
Merged revisions 76190 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r76190 | r.david.murray | 2009-11-10 13:58:02 -0500 (Tue, 10 Nov 2009) | 3 lines Update the FAQ entry that explains that assignments in the local scope shadow variables in the outer scope (issue 7290). ........