[issue19256] Optimize marshal format and add version token.

Antoine Pitrou report at bugs.python.org
Mon Oct 14 13:46:08 CEST 2013


Antoine Pitrou added the comment:

> Should we support serialization in an older version? For example,
> disable the new SMALL and ASCII tokens?

It is officially supported with the "version" parameter:
http://docs.python.org/3.4/library/marshal.html#marshal.dump

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19256>
_______________________________________


More information about the Python-bugs-list mailing list