Commit 76b8bee2 authored by Antoine Pitrou's avatar Antoine Pitrou

move NEWS entry to the appropriate section (oops!)

parent 016b366d
...@@ -12,9 +12,6 @@ What's New in Python 2.6 beta 3? ...@@ -12,9 +12,6 @@ What's New in Python 2.6 beta 3?
Core and Builtins Core and Builtins
----------------- -----------------
- Issue #3205: When iterating over a BZ2File fails allocating memory, raise
a MemoryError rather than silently stop the iteration.
- Issue #1481296: Make long(float('nan')) and int(float('nan')) raise - Issue #1481296: Make long(float('nan')) and int(float('nan')) raise
ValueError consistently across platforms. ValueError consistently across platforms.
...@@ -44,6 +41,9 @@ Core and Builtins ...@@ -44,6 +41,9 @@ Core and Builtins
Library Library
------- -------
- Issue #3205: When iterating over a BZ2File fails allocating memory, raise
a MemoryError rather than silently stop the iteration.
- Issue #3487: sre "bytecode" validator. Passing invalid "re-bytecode" - Issue #3487: sre "bytecode" validator. Passing invalid "re-bytecode"
to _sre.compile() will now be rejected. This should not affect anybody to _sre.compile() will now be rejected. This should not affect anybody
since the re.compile() function never generates invalid re-bytecode. since the re.compile() function never generates invalid re-bytecode.
......
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