Does pickled objects work fine between different OS?

Daniel Fetchinson fetchinson at googlemail.com
Wed May 26 11:40:35 EDT 2010


> If I dump a Python dictionary into a file named "data.pkl" using
> Pickle module on a Linux operating system, will the data contained in
> "data.pkl" load fine in a Windows OS?

Yes.

> I mean will I be able to load the dictionary data contained in "data.pkl"
> just fine on Windows XP?

Yes.

Cheers,
Daniel


-- 
Psss, psss, put it down! - http://www.cafepress.com/putitdown



More information about the Python-list mailing list