summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-02-10 06:47:10 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-02-10 06:47:10 (GMT)
commit4bdcfce5129fbf2d710046b4d3f9be636e9e0898 (patch)
tree4f4eb016460584352945779f7199fd68eb1728a2 /Misc
parent5ef01e9b93493a1ca8746b956a70972ef52b3791 (diff)
parent832dd5f0d65d3a0ebd7d7c7a3a4c80ab5170cd08 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 12a3762..d704e64 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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?
=================================