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, serhiy.storchaka, skrah, vstinner
Date 2013-10-13.22:57:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381704998.2498.9.camel@fsol>
In-reply-to <CAMpsgwZaFG7beAKz_uTDF2uy-s6DktUBj3zbd9Gqd6zk3UhJaA@mail.gmail.com>
Content
> "I actually agree with Kristjan that an opcode is the least disruptive
> choice here."
> 
> Does you mean that data serialized with python 3.3 can be read with
> python 3.4? But not the opposite (version token unknown in Python
> 3.3)?

Yes, indeed. I'm not sure it's very important but it's safer in case
people have old "frozen" modules around.
History
Date User Action Args
2013-10-13 22:57:10pitrousetrecipients: + pitrou, kristjan.jonsson, vstinner, skrah, serhiy.storchaka
2013-10-13 22:57:10pitroulinkissue19256 messages
2013-10-13 22:57:10pitroucreate