summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2005-02-04 18:44:06 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2005-02-04 18:44:06 (GMT)
commitab630507deaf441e16803765f07841a3e230bdf2 (patch)
tree16f309cdae4487eb0199279be9f4b4b7c29de0ca /Misc
parentc9add9a483166c4c2494ccd7d9402eb3d497aa4f (diff)
downloadcpython-ab630507deaf441e16803765f07841a3e230bdf2.zip
cpython-ab630507deaf441e16803765f07841a3e230bdf2.tar.gz
cpython-ab630507deaf441e16803765f07841a3e230bdf2.tar.bz2
Add NEWS item about future parser bug.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 42a5abc..d816bcc 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
-----------------