Message124870
| 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: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 | |