serialize object in jython, read into python

Erik Max Francis max at alcyone.com
Thu Dec 22 18:43:49 EST 2005


Noah wrote:

> You can give up on pickle, because pickle is only
> guaranteed to work with the exact same version of the Python
> interpreter.

Not true.  You're thinking of marshal.

-- 
Erik Max Francis && max at alcyone.com && http://www.alcyone.com/max/
San Jose, CA, USA && 37 20 N 121 53 W && AIM erikmaxfrancis
   Who knows whether any of us will be around in 1972?
   -- John F. Kennedy



More information about the Python-list mailing list