don't restrict unexpected EOF errors to the first line (closes #12216)
diff --git a/Misc/NEWS b/Misc/NEWS
index fde085b..0b93945 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@
 Core and Builtins
 -----------------
 
+- Issue #12216: Allow unexpected EOF errors to happen on any line of the file.
+
 - Issue #12199: The TryExcept and TryFinally and AST nodes have been unified
   into a Try node.