]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean...
authorNadeem Vawda <nadeem.vawda@gmail.com>
Sun, 11 Nov 2012 13:14:47 +0000 (14:14 +0100)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Sun, 11 Nov 2012 13:14:47 +0000 (14:14 +0100)
commit6ff262e18f7178b22b3cc6300d05a8cb008865d2
treea536473c275798144982da06e42654c9fd7d3f13
parentc8ac03d936fd9fa7b48c0aaac01b66e8d8fcf766
parent19e568d254bea8202703302d0ada9bc93f99331a
Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'.

Patch by Brian Brazil.
Doc/library/gzip.rst
Doc/library/zlib.rst
Lib/gzip.py
Misc/NEWS
Modules/zlibmodule.c