]> granicus.if.org Git - python/commit
Add the option to pass an open file object to GzipFile. This obviates
authorGuido van Rossum <guido@python.org>
Sat, 19 Jul 1997 20:22:23 +0000 (20:22 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 19 Jul 1997 20:22:23 +0000 (20:22 +0000)
commit68de37973f9b2bd01ba91b10e01fb207396b145f
treeb0b1fc31a7bfb36fe78590b3bbe3ee3db8b42ce3
parent6576dd6ad6fed997ef3e622cad390ce8c9311200
Add the option to pass an open file object to GzipFile.  This obviates
the need for the StringIO subclass.
Lib/gzip.py