[Python-checkins] python/dist/src/Misc NEWS,1.1391,1.1392

nnorwitz@users.sourceforge.net nnorwitz at users.sourceforge.net
Fri Oct 21 08:26:13 CEST 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9378/Misc

Modified Files:
	NEWS 
Log Message:
Get the bug # write

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1391
retrieving revision 1.1392
diff -u -d -r1.1391 -r1.1392
--- NEWS	21 Oct 2005 06:25:33 -0000	1.1391
+++ NEWS	21 Oct 2005 06:26:10 -0000	1.1392
@@ -12,7 +12,7 @@
 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.



More information about the Python-checkins mailing list