]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Change SystemError into SyntaxError, when a Unicode string
authorMartin v. Löwis <martin@v.loewis.de>
Wed, 22 Mar 2006 13:55:50 +0000 (13:55 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Wed, 22 Mar 2006 13:55:50 +0000 (13:55 +0000)
commit73c8c2c3dd0ff10a31ee4c07273d7f1f3343561a
treef478549d94e803fa2a824f68971b25bebca5a205
parent88fd50038b2ddbcbb162a87387a78e6f208bc849
Change SystemError into SyntaxError, when a Unicode string
containing an encoding declaration is compile()d. Fixes
#1115379.
Lib/test/test_compile.py
Misc/NEWS
Python/compile.c