On Sun, May 18, 2014 at 9:44 PM, Ian Kelly <[email protected]> wrote:
> You can just use bz2.open:
>
> >>> with bz2.open('test.txt.bz2', 'rt', encoding='ascii') as f:
> ... print(f.read())
>
Thanks I like that better then my solution.
Vincent Davis
720-301-3003
-- https://mail.python.org/mailman/listinfo/python-list
