Skip to content

Commit b075cc0

Browse files
committed
Clarify the wording of a news entry.
1 parent 340a692 commit b075cc0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Misc/NEWS

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1497,9 +1497,10 @@ Library
14971497
- Issue #16564: Fixed regression relative to Python2 in the operation of
14981498
email.encoders.encode_noop when used with binary data.
14991499

1500-
- Issue #10355: In SpooledTemporaryFile class mode, name, encoding and
1501-
newlines properties now work for unrolled files. Obsoleted and never
1502-
working on Python 3 xreadline method now removed.
1500+
- Issue #10355: The mode, name, encoding and newlines properties now work on
1501+
SpooledTemporaryFile objects even when they have not yet rolled over.
1502+
Obsolete method xreadline (which has never worked in Python 3) has been
1503+
removed.
15031504

15041505
- Issue #16686: Fixed a lot of bugs in audioop module. Fixed crashes in
15051506
avgpp(), maxpp() and ratecv(). Fixed an integer overflow in add(), bias(),

0 commit comments

Comments
 (0)