pickling and endianess

Fredrik Lundh fredrik at pythonware.com
Fri Aug 25 02:00:44 EDT 2006


Chandrashekhar kaushik wrote:

> Can an object pickled and saved on a little-endian machine be unpickled
> on a big-endian machine ?

yes.  the format uses a known byte order.

</F>




More information about the Python-list mailing list