This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients adam.woodbeck, docs@python, eric.araujo, pitrou, teamnoir
Date 2011-06-07.11:38:03
SpamBayes Score 0.00030027318
Marked as misclassified No
Message-id <1307446683.91.0.25156461461.issue11203@psf.upfronthosting.co.za>
In-reply-to
Content
The 3.x doc states that "GzipFile supports the io.BufferedIOBase interface, including iteration and the with statement. Only the truncate() method isn’t implemented". This implies that it also supports close().
History
Date User Action Args
2011-06-07 11:38:03pitrousetrecipients: + pitrou, eric.araujo, docs@python, teamnoir, adam.woodbeck
2011-06-07 11:38:03pitrousetmessageid: <1307446683.91.0.25156461461.issue11203@psf.upfronthosting.co.za>
2011-06-07 11:38:03pitroulinkissue11203 messages
2011-06-07 11:38:03pitroucreate