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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to