commit | fa21bf015d4e9cb0c010fde28db0c344174634d1 | [log] [tgz] |
---|---|---|
author | Meador Inge <meadori@gmail.com> | Thu Jan 19 01:08:41 2012 -0600 |
committer | Meador Inge <meadori@gmail.com> | Thu Jan 19 01:08:41 2012 -0600 |
tree | 449cbadc11a8420aa3cb8db9678dded1d9176599 | |
parent | 00c7f85298b9803371b4a0019ce8732ed8a2dd3b [diff] [blame] |
Issue #12705: Raise SyntaxError when compiling multiple statements as single interactive statement
diff --git a/Misc/NEWS b/Misc/NEWS index d7daba4..22244a8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Core and Builtins ----------------- +- Issue #12705: A SyntaxError exception is now raised when attempting to + compile multiple statements as a single interactive statement. + - Fix the builtin module initialization code to store the init function for future reinitialization.