[Python-checkins] r65610 - python/trunk/Misc/NEWS
antoine.pitrou
python-checkins at python.org
Sat Aug 9 19:27:24 CEST 2008
Author: antoine.pitrou
Date: Sat Aug 9 19:27:23 2008
New Revision: 65610
Log:
move NEWS entry to the appropriate section (oops!)
Modified:
python/trunk/Misc/NEWS
Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS (original)
+++ python/trunk/Misc/NEWS Sat Aug 9 19:27:23 2008
@@ -12,9 +12,6 @@
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
ValueError consistently across platforms.
@@ -44,6 +41,9 @@
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"
to _sre.compile() will now be rejected. This should not affect anybody
since the re.compile() function never generates invalid re-bytecode.
More information about the Python-checkins
mailing list