serialize object in jython, read into python

Paul Rubin http
Thu Dec 22 16:47:57 EST 2005


"py" <codecraig at gmail.com> writes:
> Noah wrote:
> > You can give up on pickle, because pickle is only
> > guaranteed to work with the exact same version of the Python
> > interpreter.
> 
> :(

No that's confusing pickle with marshal.  Pickle is supposed to work
across versions, though it has recently grown a few slightly
incompatible optional modes.



More information about the Python-list mailing list