[issue20962] Rather modest chunk size in gzip.GzipFile

Martin Panter report at bugs.python.org
Mon Mar 16 01:03:23 CET 2015


Martin Panter added the comment:

See also the patch for Issue 23529, which changes over to using BufferedReader for GzipFile, BZ2File and LZMAFile. The current patch there also passes a buffer_size parameter through to BufferedReader, although it currently defaults to io.DEFAULT_BUFFER_SIZE.

----------
nosy: +vadmium

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


More information about the Python-bugs-list mailing list