[issue7471] GZipFile.readline too slow

Antoine Pitrou report at bugs.python.org
Thu Dec 17 23:33:39 CET 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

> How about using the first patch with the slicing optimization and 
> additionally enhancing GzipFile with the methods required to make it 
> play nice as a raw stream to an io.BufferedReader object (readable(), 
> writable(), readinto(), etc...).

That's fine with me.

----------

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


More information about the Python-bugs-list mailing list