[issue10791] Wrapping TextIOWrapper around gzip files

David Beazley report at bugs.python.org
Wed Dec 29 23:58:12 CET 2010


David Beazley <dave at dabeaz.com> added the comment:

C or not, wrapping a BZ2File instance with a TextIOWrapper to get text still seems like something that someone might want to do.  I doubt it would take much modification to give BZ2File instances the required set of methods.

----------

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


More information about the Python-bugs-list mailing list