On Nov 9, 2007 2:04 PM, Anton Tropashko sndive@gmail.com wrote:
If i pass the marshalled string to a machine running python on a machine with a different byte order, would it unmarshall correctly?
This isn't the right place for this question; it makes more sense on comp.lang.python.
Both the marshal and pickle formats are byte-order independent.
-Fred