Lawson English <[email protected]> writes: > I read somewhere that Marshalling is version-dependent while pickling > is not, but can't find that reference.
It is in the python library docs for the marshal module. -- http://mail.python.org/mailman/listinfo/python-list
