[issue1675951] [gzip] Performance for small reads and fix seek problem
Florian Festi
report at bugs.python.org
Thu Jun 17 10:25:35 CEST 2010
Florian Festi <florianfesti at users.sourceforge.net> added the comment:
There are no compatibility concerns I am aware of. The new implementation does no longer need a seek()able file. Of course an implemented seek() method won't hurt anyone. The additional tests are only there to point out the problems of the old implementation.
So there is no flag needed to maintain compatibility. The patch just has to be reviewed and then to be applied. If there are any concerns or questions I'll be glad to assist.
Florian
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1675951>
_______________________________________
More information about the Python-bugs-list
mailing list