Bad marshal data

Paul Rubin http
Tue Dec 13 15:48:43 EST 2005


"Michael McGarry" <michael.mcgarry at gmail.com> writes:
> Marshal should save the data in a readable text format, but I guess it
> does not.
> 
> Any help would be appreciated,

RTFM.  Marshal is not intended for what you're doing.  Use Pickle,
which is.



More information about the Python-list mailing list