commit | 59bb0e077fa8f6942bdb0ca44ac462a58379d375 | [log] [tgz] |
---|---|---|
author | Nadeem Vawda <nadeem.vawda@gmail.com> | Thu Dec 01 01:18:27 2011 +0200 |
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | Thu Dec 01 01:18:27 2011 +0200 |
tree | ab5b53ebde830a0cdb19c875f6bdf2626e6559cc | |
parent | 97ba26bf7211d9734b244090b453ac905a8788ff [diff] [blame] |
Credit Per Øyvind Karlsen for the initial implementation of the lzma module (issue #6715).
diff --git a/Misc/NEWS b/Misc/NEWS index f01b7e2..c6f46a8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -400,6 +400,7 @@ ------- - Issue #6715: Add a module 'lzma' for compression using the LZMA algorithm. + Thanks to Per Øyvind Karlsen for the initial implementation. - Issue #13487: Make inspect.getmodule robust against changes done to sys.modules while it is iterating over it.