compressed serialization module

greg greg at cosc.canterbury.ac.nz
Mon Nov 17 22:31:40 EST 2008


Mark wrote:
> Thanks guys.  This is for serializing to disk.  I was hoping to not
> have to use too many intermediate steps

You should be able to use a gzip.GzipFile
or bz2.BZ2File and pickle straight into it.

-- 
Greg



More information about the Python-list mailing list