]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
change Py3k backquote warning to a SyntaxWarning and add a test
authorBenjamin Peterson <benjamin@python.org>
Sun, 8 Jun 2008 02:05:33 +0000 (02:05 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 8 Jun 2008 02:05:33 +0000 (02:05 +0000)
commit2fe3ef8750e7f06ebf250bb2264f71d5f96e2f9b
tree98de05d124b4a128c7e43677f2b71019819a63d0
parent1f1174edf363609d501f2677f43bfbdbabb081e5
change Py3k backquote warning to a SyntaxWarning and add a test
Lib/test/test_py3kwarn.py
Python/ast.c