mirror of https://github.com/python/cpython
Fix slightly misleading statement in the NEWS file.
This commit is contained in:
parent
a032bf41f6
commit
de781a49d2
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue