diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-02-09 10:21:52 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-02-09 10:21:52 (GMT) |
commit | 33182807f8daefdf4455c3190586f5a2c299820b (patch) | |
tree | 9608510297776818ae850fccfd1d4426f3cd5cd6 /Misc | |
parent | 19a5214da47623fa3b8a8e321efe04584e2563c7 (diff) | |
parent | bbbbe8eb600a9efa4c3a13ae49dcdcdbb051f22a (diff) | |
download | cpython-33182807f8daefdf4455c3190586f5a2c299820b.zip cpython-33182807f8daefdf4455c3190586f5a2c299820b.tar.gz cpython-33182807f8daefdf4455c3190586f5a2c299820b.tar.bz2 |
Issue #10355: SpooledTemporaryFile properties now work for unrolled files.
Remove obsoleted xreadline method.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -169,6 +169,10 @@ Core and Builtins Library ------- +- Issue #10355: In SpooledTemporaryFile class mode, name, encoding and + newlines properties now work for unrolled files. Obsoleted and never + working on Python 3 xreadline method now removed. + - Issue #16686: Fixed a lot of bugs in audioop module. Fixed crashes in avgpp(), maxpp() and ratecv(). Fixed an integer overflow in add(), bias(), and ratecv(). reverse(), lin2lin() and ratecv() no more lose precision for |