]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #12705: Raise SyntaxError when compiling multiple statements as single interact...
authorMeador Inge <meadori@gmail.com>
Thu, 19 Jan 2012 07:08:41 +0000 (01:08 -0600)
committerMeador Inge <meadori@gmail.com>
Thu, 19 Jan 2012 07:08:41 +0000 (01:08 -0600)
commitfa21bf015d4e9cb0c010fde28db0c344174634d1
tree449cbadc11a8420aa3cb8db9678dded1d9176599
parent00c7f85298b9803371b4a0019ce8732ed8a2dd3b
Issue #12705: Raise SyntaxError when compiling multiple statements as single interactive statement
Include/errcode.h
Lib/test/test_compile.py
Misc/NEWS
Parser/parsetok.c
Python/pythonrun.c