]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add NEWS item about future parser bug.
authorJeremy Hylton <jeremy@alum.mit.edu>
Fri, 4 Feb 2005 18:44:06 +0000 (18:44 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Fri, 4 Feb 2005 18:44:06 +0000 (18:44 +0000)
Misc/NEWS

index 42a5abc45b5ad6d0f8dc004ba699e76c0c3da06c..d816bcc5487ce0172e568a4c32b42b8d3eca3ea5 100644 (file)
--- 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
 -----------------