diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2005-10-21 06:26:10 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2005-10-21 06:26:10 (GMT) |
commit | b6570f51c5c5c6c61800de36de5837a22bfb7500 (patch) | |
tree | 5e7454ffb1d9d269a8a455a07e9ef61d79f55735 | |
parent | 16af734bec30f15bb785b43a23761abb36dd762c (diff) | |
download | cpython-b6570f51c5c5c6c61800de36de5837a22bfb7500.zip cpython-b6570f51c5c5c6c61800de36de5837a22bfb7500.tar.gz cpython-b6570f51c5c5c6c61800de36de5837a22bfb7500.tar.bz2 |
Get the bug # write
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |