cpython: 6cde416ef03b (original) (raw)
Mercurial > cpython
changeset 73798:6cde416ef03b
Credit Per Øyvind Karlsen for the initial implementation of the lzma module (issue #6715). [#6715]
Nadeem Vawda nadeem.vawda@gmail.com | |
---|---|
date | Thu, 01 Dec 2011 01🔞27 +0200 |
parents | 528abe272856 |
children | c5d2ce38b0d3 |
files | Misc/ACKS Misc/NEWS Modules/_lzmamodule.c |
diffstat | 3 files changed, 8 insertions(+), 1 deletions(-)[+] [-] Misc/ACKS 1 Misc/NEWS 1 Modules/_lzmamodule.c 7 |
line wrap: on
line diff
--- 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
--- a/Misc/NEWS +++ b/Misc/NEWS @@ -400,6 +400,7 @@ Library -------
- Issue #13487: Make inspect.getmodule robust against changes done to sys.modules while it is iterating over it.
--- a/Modules/_lzmamodule.c +++ b/Modules/_lzmamodule.c @@ -1,4 +1,9 @@ -/* _lzma - Low-level Python interface to liblzma. / +/ _lzma - Low-level Python interface to liblzma. +