This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Laurent.Gautier
Recipients Laurent.Gautier, loewis
Date 2012-03-24.16:45:34
SpamBayes Score 3.47519e-05
Marked as misclassified No
Message-id <1332607534.89.0.188180294934.issue14398@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2012-03-24 16:45:34Laurent.Gautiersetrecipients: + Laurent.Gautier, loewis
2012-03-24 16:45:34Laurent.Gautiersetmessageid: <1332607534.89.0.188180294934.issue14398@psf.upfronthosting.co.za>
2012-03-24 16:45:34Laurent.Gautierlinkissue14398 messages
2012-03-24 16:45:34Laurent.Gautiercreate