Message156705
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) |
|
Date |
User |
Action |
Args |
2012-03-24 16:45:34 | Laurent.Gautier | set | recipients:
+ Laurent.Gautier, loewis |
2012-03-24 16:45:34 | Laurent.Gautier | set | messageid: <1332607534.89.0.188180294934.issue14398@psf.upfronthosting.co.za> |
2012-03-24 16:45:34 | Laurent.Gautier | link | issue14398 messages |
2012-03-24 16:45:34 | Laurent.Gautier | create | |
|