Message124870
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. |
|
Date |
User |
Action |
Args |
2010-12-29 19:53:54 | dabeaz | set | recipients:
+ dabeaz |
2010-12-29 19:53:54 | dabeaz | set | messageid: <1293652434.65.0.434835329632.issue10791@psf.upfronthosting.co.za> |
2010-12-29 19:53:51 | dabeaz | link | issue10791 messages |
2010-12-29 19:53:51 | dabeaz | create | |
|