summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2008-08-09 12:43:23 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2008-08-09 12:43:23 (GMT)
commitde781a49d20ee26c4d05624bb779f0e7b8e98cb5 (patch)
tree446db28c2ffe7cf7902f2acae1fb8c9fc2d72a61
parenta032bf41f6a23856f92690c0cd14520d31214e7e (diff)
downloadcpython-de781a49d20ee26c4d05624bb779f0e7b8e98cb5.zip
cpython-de781a49d20ee26c4d05624bb779f0e7b8e98cb5.tar.gz
cpython-de781a49d20ee26c4d05624bb779f0e7b8e98cb5.tar.bz2
Fix slightly misleading statement in the NEWS file.
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0989cfe..c3e1bb4 100644
--- 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.