]> granicus.if.org Git - python/commitdiff
Fix slightly misleading statement in the NEWS file.
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 9 Aug 2008 12:43:23 +0000 (12:43 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 9 Aug 2008 12:43:23 +0000 (12:43 +0000)
Misc/NEWS

index 0989cfe6e8cbb3d412ac3b10af3df94309ff184a..c3e1bb42d94d6e160653af317f31fdef0b875e16 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -60,7 +60,8 @@ Library
   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.