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.