Fix slightly misleading statement in the NEWS file.

This commit is contained in:
Antoine Pitrou 2008-08-09 12:43:23 +00:00
parent a032bf41f6
commit de781a49d2
1 changed files with 2 additions and 1 deletions

View File

@ -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.