]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19222: Add support for the 'x' mode to the gzip module.
authorNadeem Vawda <nadeem.vawda@gmail.com>
Fri, 18 Oct 2013 22:11:13 +0000 (00:11 +0200)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Fri, 18 Oct 2013 22:11:13 +0000 (00:11 +0200)
commitee1be99e050db5ec2db534a2a28beb12ccf159de
tree6650c81d603e88bc0f2ae6c70b8688a204374778
parent8a9e99cffcb579c208ccf92454be931e8a26dc39
Issue #19222: Add support for the 'x' mode to the gzip module.

Original patch by Tim Heaney.
Doc/library/gzip.rst
Lib/gzip.py
Lib/test/test_gzip.py
Misc/NEWS