mirror of
https://github.com/python/cpython.git
synced 2025-09-28 19:25:27 +00:00
Clarify the wording of a news entry.
This commit is contained in:
parent
340a692283
commit
b075cc0d76
1 changed files with 4 additions and 3 deletions
|
@ -1497,9 +1497,10 @@ Library
|
||||||
- Issue #16564: Fixed regression relative to Python2 in the operation of
|
- Issue #16564: Fixed regression relative to Python2 in the operation of
|
||||||
email.encoders.encode_noop when used with binary data.
|
email.encoders.encode_noop when used with binary data.
|
||||||
|
|
||||||
- Issue #10355: In SpooledTemporaryFile class mode, name, encoding and
|
- Issue #10355: The mode, name, encoding and newlines properties now work on
|
||||||
newlines properties now work for unrolled files. Obsoleted and never
|
SpooledTemporaryFile objects even when they have not yet rolled over.
|
||||||
working on Python 3 xreadline method now removed.
|
Obsolete method xreadline (which has never worked in Python 3) has been
|
||||||
|
removed.
|
||||||
|
|
||||||
- Issue #16686: Fixed a lot of bugs in audioop module. Fixed crashes in
|
- Issue #16686: Fixed a lot of bugs in audioop module. Fixed crashes in
|
||||||
avgpp(), maxpp() and ratecv(). Fixed an integer overflow in add(), bias(),
|
avgpp(), maxpp() and ratecv(). Fixed an integer overflow in add(), bias(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue