[issue9962] GzipFile doesn't have peek()

Nir Aides report at bugs.python.org
Fri Oct 1 13:39:27 CEST 2010


Nir Aides <nir at winpdb.org> added the comment:

Right, I missed the change from self.max_read_chunk to 1024 (read_size). Should not peek() limit to self.max_read_chunk as read() does?

----------

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


More information about the Python-bugs-list mailing list