summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-12-10 22:55:31 (GMT)
committerBenjamin Peterson <benjamin@python.org>2011-12-10 22:55:31 (GMT)
commit8bbe788deb774d066e8d185b1af04af3b4537dfc (patch)
tree48f2bacd8db88bcdf73e7056cd58f81215da179a /Misc
parent2122cf717f963c956b4481ca31703bbf8e391397 (diff)
parent836e9aab2f3f22faa19f2f90b340fc9b5b37cdcc (diff)
downloadcpython-8bbe788deb774d066e8d185b1af04af3b4537dfc.zip
cpython-8bbe788deb774d066e8d185b1af04af3b4537dfc.tar.gz
cpython-8bbe788deb774d066e8d185b1af04af3b4537dfc.tar.bz2
merge heads
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 16cda42..81b98db 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -408,6 +408,8 @@ Library
- Alias resource.error to OSError ala PEP 3151.
+- Issue #5689: Add support for lzma compression to the tarfile module.
+
- Issue #13248: Turn 3.2's PendingDeprecationWarning into 3.3's
DeprecationWarning. It covers 'cgi.escape', 'importlib.abc.PyLoader',
'importlib.abc.PyPycLoader', 'nntplib.NNTP.xgtitle', 'nntplib.NNTP.xpath',