[issue19051] Unify buffered readers

Martin Panter report at bugs.python.org
Sat Apr 18 10:22:44 CEST 2015


Martin Panter added the comment:

The LZMA, gzip and bzip modules now all use BufferedReader, so Serhiy’s patch is no longer relevant for them. Serhiy’s patch also changed the zipfile module, which may be still relevant. On the other hand, perhaps it would be more ideal to use BufferedReader for the zipfile module as well.

----------

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


More information about the Python-bugs-list mailing list