This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients kristjan.jonsson, pitrou, rhettinger, serhiy.storchaka, skrah, vstinner
Date 2013-10-14.11:46:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1790225201.76921246.1381751141055.JavaMail.root@zimbra10-e2.priv.proxad.net>
In-reply-to <CAMpsgwYqsWc0yLq8oe6w409npz5tPQJePq9_4i6HqJ3aSGOw-Q@mail.gmail.com>
Content
> 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
History
Date User Action Args
2013-10-14 11:46:08pitrousetrecipients: + pitrou, rhettinger, kristjan.jonsson, vstinner, skrah, serhiy.storchaka
2013-10-14 11:46:08pitroulinkissue19256 messages
2013-10-14 11:46:07pitroucreate