Commit b6570f51 authored by Neal Norwitz's avatar Neal Norwitz

Get the bug # write

parent 16af734b
...@@ -12,7 +12,7 @@ What's New in Python 2.5 alpha 1? ...@@ -12,7 +12,7 @@ What's New in Python 2.5 alpha 1?
Core and builtins 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)) 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. - SF Bug #976608: fix SystemError when mtime of an imported file is -1.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment