[issue9664] Make gzip module not require that underlying file object support seek

Matt Kraai report at bugs.python.org
Thu Sep 2 18:13:03 CEST 2010


Matt Kraai <kraai at ftbfs.org> added the comment:

I don't know the gzip format well enough, but I was hoping that it would be possible to iterate through the lines of a gzip-compressed stream without having to use any of the functions that would require seeking.

----------
nosy: +kraai

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9664>
_______________________________________


More information about the Python-bugs-list mailing list