diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2008-08-09 12:43:23 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2008-08-09 12:43:23 (GMT) |
commit | de781a49d20ee26c4d05624bb779f0e7b8e98cb5 (patch) | |
tree | 446db28c2ffe7cf7902f2acae1fb8c9fc2d72a61 | |
parent | a032bf41f6a23856f92690c0cd14520d31214e7e (diff) | |
download | cpython-de781a49d20ee26c4d05624bb779f0e7b8e98cb5.zip cpython-de781a49d20ee26c4d05624bb779f0e7b8e98cb5.tar.gz cpython-de781a49d20ee26c4d05624bb779f0e7b8e98cb5.tar.bz2 |
Fix slightly misleading statement in the NEWS file.
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |