diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-02-10 06:47:10 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-02-10 06:47:10 (GMT) |
commit | 4bdcfce5129fbf2d710046b4d3f9be636e9e0898 (patch) | |
tree | 4f4eb016460584352945779f7199fd68eb1728a2 /Misc | |
parent | 5ef01e9b93493a1ca8746b956a70972ef52b3791 (diff) | |
parent | 832dd5f0d65d3a0ebd7d7c7a3a4c80ab5170cd08 (diff) | |
download | cpython-4bdcfce5129fbf2d710046b4d3f9be636e9e0898.zip cpython-4bdcfce5129fbf2d710046b4d3f9be636e9e0898.tar.gz cpython-4bdcfce5129fbf2d710046b4d3f9be636e9e0898.tar.bz2 |
Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,12 +13,15 @@ Core and Builtins Library ------- +- Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h. + - Issue #23361: Fix possible overflow in Windows subprocess creation code. - logging.handlers.QueueListener now takes a respect_handler_level keyword argument which, if set to True, will pass messages to handlers taking handler levels into account. + What's New in Python 3.5 alpha 1? ================================= |