summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNadeem Vawda <nadeem.vawda@gmail.com>2011-11-30 23:18:27 (GMT)
committerNadeem Vawda <nadeem.vawda@gmail.com>2011-11-30 23:18:27 (GMT)
commit59bb0e077fa8f6942bdb0ca44ac462a58379d375 (patch)
treeab5b53ebde830a0cdb19c875f6bdf2626e6559cc /Misc
parent97ba26bf7211d9734b244090b453ac905a8788ff (diff)
downloadcpython-59bb0e077fa8f6942bdb0ca44ac462a58379d375.zip
cpython-59bb0e077fa8f6942bdb0ca44ac462a58379d375.tar.gz
cpython-59bb0e077fa8f6942bdb0ca44ac462a58379d375.tar.bz2
Credit Per Øyvind Karlsen for the initial implementation of the lzma module (issue #6715).
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS1
2 files changed, 2 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 70a42e2..37835af 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -502,6 +502,7 @@ Jan Kaliszewski
Peter van Kampen
Rafe Kaplan
Jacob Kaplan-Moss
+Per Øyvind Karlsen
Lou Kates
Hiroaki Kawai
Sebastien Keim
diff --git a/Misc/NEWS b/Misc/NEWS
index f01b7e2..c6f46a8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -400,6 +400,7 @@ Library
-------
- 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.