File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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(),
You can’t perform that action at this time.
0 commit comments