diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-02-10 06:45:53 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-02-10 06:45:53 (GMT) |
commit | 832dd5f0d65d3a0ebd7d7c7a3a4c80ab5170cd08 (patch) | |
tree | 8fa7e8aae8445c058cc8fa1e8408fb9502c1a15e /Misc | |
parent | 22ef9f722e6aa138d047625dd845c9a101c4454d (diff) | |
download | cpython-832dd5f0d65d3a0ebd7d7c7a3a4c80ab5170cd08.zip cpython-832dd5f0d65d3a0ebd7d7c7a3a4c80ab5170cd08.tar.gz cpython-832dd5f0d65d3a0ebd7d7c7a3a4c80ab5170cd08.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,8 +13,11 @@ Core and Builtins Library ------- +- Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h. + - Issue #23361: Fix possible overflow in Windows subprocess creation code. + What's New in Python 3.4.3rc1? ============================== |