From: Jeremy Hylton Date: Fri, 4 Feb 2005 18:44:06 +0000 (+0000) Subject: Add NEWS item about future parser bug. X-Git-Tag: v2.5a0~2058 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ab630507deaf441e16803765f07841a3e230bdf2;p=thirdparty%2FPython%2Fcpython.git Add NEWS item about future parser bug. --- diff --git a/Misc/NEWS b/Misc/NEWS index 42a5abc45b5a..d816bcc5487c 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 -----------------