This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dabeaz
Recipients dabeaz
Date 2010-12-29.19:53:51
SpamBayes Score 9.12944e-10
Marked as misclassified No
Message-id <1293652434.65.0.434835329632.issue10791@psf.upfronthosting.co.za>
In-reply-to
Content
Is something like this supposed to work:

>>> import gzip
>>> import io
>>> f = io.TextIOWrapper(gzip.open("foo.gz"),encoding='ascii'))
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: readable

In a nutshell--reading a .gz file as text.
History
Date User Action Args
2010-12-29 19:53:54dabeazsetrecipients: + dabeaz
2010-12-29 19:53:54dabeazsetmessageid: <1293652434.65.0.434835329632.issue10791@psf.upfronthosting.co.za>
2010-12-29 19:53:51dabeazlinkissue10791 messages
2010-12-29 19:53:51dabeazcreate