]> granicus.if.org Git - python/commit
Issue #1675951: Allow GzipFile to work with unseekable file objects.
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 23 Sep 2010 16:22:51 +0000 (16:22 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 23 Sep 2010 16:22:51 +0000 (16:22 +0000)
commit7b9698435d890b2df5107a6a3efedc1aebc178a3
tree8552eb6b9fa4cf0861e8252cb3fe92be82011d1d
parentdda7fdf1947453dc4c7b167c75b111b81e4b881e
Issue #1675951: Allow GzipFile to work with unseekable file objects.
Patch by Florian Festi.
Doc/library/gzip.rst
Lib/gzip.py
Lib/test/test_gzip.py
Misc/ACKS
Misc/NEWS