commit | 3ff069ebc6884c46c3f99ea61919f7728708c571 | [log] [tgz] |
---|---|---|
author | Nadeem Vawda <nadeem.vawda@gmail.com> | Wed Nov 30 00:25:06 2011 +0200 |
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | Wed Nov 30 00:25:06 2011 +0200 |
tree | 7841d724ab68fcd5aef276e06092ed15ae293e44 | |
parent | 551ac957331ff7f2a08436198b73f9c0245987e0 [diff] [blame] |
Issue #6715: Add module for compression using the LZMA algorithm.
diff --git a/Misc/NEWS b/Misc/NEWS index 5132f8c..f01b7e2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -399,6 +399,8 @@ 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.