summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 42a5abc45b..d816bcc548 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -24,6 +24,10 @@ Core and builtins
- Bug #1077106: Poor argument checking could cause memory corruption
in calls to os.read().
+- The parser did not complain about future statements in illegal
+ positions. It once again reports a syntax error if a future
+ statement occurs after anything other than a doc string.
+
Extension Modules
-----------------