[Python-checkins] r65606 - python/trunk/Misc/NEWS

antoine.pitrou python-checkins at python.org
Sat Aug 9 14:43:23 CEST 2008


Author: antoine.pitrou
Date: Sat Aug  9 14:43:23 2008
New Revision: 65606

Log:
Fix slightly misleading statement in the NEWS file.



Modified:
   python/trunk/Misc/NEWS

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Sat Aug  9 14:43:23 2008
@@ -60,7 +60,8 @@
   raised an AttributeError.
 
 - Issue #2523: Fix quadratic behaviour when read()ing a binary file without
-  asking for a specific length.
+  asking for a specific length. This problem only affected files opened
+  using the new "io" module, not the built-in open() function.
 
 - Issue #3449: Update decimal module to use most recent specification
   (v. 1.68) and tests (v. 2.58) from IBM.


More information about the Python-checkins mailing list