]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #3488: Provide convenient shorthand functions `gzip.compress`
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 17 Aug 2010 21:10:05 +0000 (21:10 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 17 Aug 2010 21:10:05 +0000 (21:10 +0000)
commit79c5ef11d56e761445e334a7121764808e9e70cf
tree529b00a3e891a4c14b4c5e1ac6971f490ba62784
parent852823d731a6370c078016f3825044eec74fbb4f
Issue #3488: Provide convenient shorthand functions `gzip.compress`
and `gzip.decompress`.  Original patch by Anand B. Pillai.
Doc/library/gzip.rst
Lib/gzip.py
Lib/test/test_gzip.py
Misc/ACKS
Misc/NEWS