From: Neal Norwitz Date: Fri, 21 Oct 2005 06:26:10 +0000 (+0000) Subject: Get the bug # write X-Git-Tag: v2.5a0~1263 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b6570f51c5c5c6c61800de36de5837a22bfb7500;p=thirdparty%2FPython%2Fcpython.git Get the bug # write --- diff --git a/Misc/NEWS b/Misc/NEWS index 36d5c4546128..c1f08e8d5827 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -12,7 +12,7 @@ What's New in Python 2.5 alpha 1? Core and builtins ----------------- -- SF bug #116775: fix incorrect code being for generator expressions. +- SF bug #1167751: fix incorrect code being for generator expressions. The following code now raises a SyntaxError: foo(a = i for i in range(10)) - SF Bug #976608: fix SystemError when mtime of an imported file is -1.