]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
give a py3k warning when 'nonlocal' is used as a variable name
authorBenjamin Peterson <benjamin@python.org>
Sat, 25 Oct 2008 02:53:28 +0000 (02:53 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 25 Oct 2008 02:53:28 +0000 (02:53 +0000)
commit399b1fe8dff3be012a49390cf971f850cf4f41aa
tree78b0e46f05db28c05bb200f26332cb9c4222f51f
parentc756dcdd6086a5619e5acc0899197b01ae149e37
give a py3k warning when 'nonlocal' is used as a variable name
Lib/test/test_py3kwarn.py
Misc/NEWS
Python/ast.c