commit | 384a4fc0e6a71dbfcf4ab5582c00fe2489a7abf9 | [log] [tgz] |
---|---|---|
author | R. David Murray <rdmurray@bitdance.com> | Sat Nov 14 22:08:02 2009 +0000 |
committer | R. David Murray <rdmurray@bitdance.com> | Sat Nov 14 22:08:02 2009 +0000 |
tree | a0a74120a16cb510d269cbd966a2322ec85bb5cb | |
parent | 12aaab01c72db942e83a9fdf1551e737dfe5f001 [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). ........