Laurent Gautier <[email protected]> added the comment:
Wow! Quick follow-up.
The data file is about 1.6Gb. Is there a preferred way to pass it on (I suspect
that the bug tracker is not the preferred way).
The code goes like:
import bz2
f = file("foobar.bz2", mode="rb")
src_buf = f.read()
decomp = bz2.BZ2Decompressor()
tmp = decomp.decompress(src_buf)
----------
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue14398>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com