Python v3 question related to pickle/marshal

Detlev Offenbach detlev at die-offenbachs.de
Thu Mar 26 13:02:30 EDT 2009


Hi,

is it possible to marshal or pickle a data structure using Python v3 and
unmarshal or unpickle it using Python v2. If it is possible, how do I
have to do it. Everything I tried resulted in an EOFError exception upon
unmarshalling/unpickling.

Regards,
Detlev
-- 
Detlev Offenbach
detlev at die-offenbachs.de



More information about the Python-list mailing list