From: Serhiy Storchaka Date: Tue, 10 Feb 2015 06:47:10 +0000 (+0200) Subject: Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h. X-Git-Tag: v3.5.0a2~175 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4bdcfce5129fbf2d710046b4d3f9be636e9e0898;p=python Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h. --- 4bdcfce5129fbf2d710046b4d3f9be636e9e0898 diff --cc Misc/NEWS index 12a376268d,b411abf282..d704e64980 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -13,14 -13,13 +13,17 @@@ Core and Builtin 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.4.3rc1? -============================== +What's New in Python 3.5 alpha 1? +================================= Release date: 2015-02-08