summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNadeem Vawda <nadeem.vawda@gmail.com>2011-11-29 22:25:06 (GMT)
committerNadeem Vawda <nadeem.vawda@gmail.com>2011-11-29 22:25:06 (GMT)
commit3ff069ebc6884c46c3f99ea61919f7728708c571 (patch)
tree7841d724ab68fcd5aef276e06092ed15ae293e44 /Misc
parent551ac957331ff7f2a08436198b73f9c0245987e0 (diff)
downloadcpython-3ff069ebc6884c46c3f99ea61919f7728708c571.zip
cpython-3ff069ebc6884c46c3f99ea61919f7728708c571.tar.gz
cpython-3ff069ebc6884c46c3f99ea61919f7728708c571.tar.bz2
Issue #6715: Add module for compression using the LZMA algorithm.
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 5132f8c..f01b7e2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -399,6 +399,8 @@ Core and Builtins
Library
-------
+- Issue #6715: Add a module 'lzma' for compression using the LZMA algorithm.
+
- Issue #13487: Make inspect.getmodule robust against changes done to
sys.modules while it is iterating over it.