Message124885
> 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.
BZ2File uses FILE pointers internally so it may be more complicated than
it looks to be (because the methods may not have the right semantics). |
|
Date |
User |
Action |
Args |
2010-12-29 23:10:51 | pitrou | set | recipients:
+ pitrou, r.david.murray, dabeaz |
2010-12-29 23:10:48 | pitrou | link | issue10791 messages |
2010-12-29 23:10:48 | pitrou | create | |
|