]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #10791: Implement missing method GzipFile.read1(), allowing GzipFile
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 4 Apr 2011 19:00:37 +0000 (21:00 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 4 Apr 2011 19:00:37 +0000 (21:00 +0200)
commit4ec4b0c041f1045202024d0cc26c0c0767091fd0
tree1411bbf18c80bb3e56e06ffbdd0b80fcd162355a
parent457cdf5e968700b85a998e848c59629affddf9b2
Issue #10791: Implement missing method GzipFile.read1(), allowing GzipFile
to be wrapped in a TextIOWrapper.  Patch by Nadeem Vawda.
Lib/gzip.py
Lib/test/test_gzip.py
Misc/NEWS