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 serhiy.storchaka
Recipients Arfrever, Niklas.Claesson, Ramchandra Apte, andrewclegg, belopolsky, ethan.furman, goshawk, lemburg, mdcb808@gmail.com, pitrou, pythonhacker, r.david.murray, serhiy.storchaka, tim.peters, vstinner
Date 2015-03-10.21:14:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426022054.46.0.696648947505.issue15443@psf.upfronthosting.co.za>
In-reply-to
Content
Pickling is not backward compatible. I.e. older versions of Python couldn't unpickle datetime pickled in new Python.
History
Date User Action Args
2015-03-10 21:14:14serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, tim.peters, belopolsky, pitrou, vstinner, pythonhacker, Arfrever, r.david.murray, andrewclegg, ethan.furman, Ramchandra Apte, goshawk, Niklas.Claesson, mdcb808@gmail.com
2015-03-10 21:14:14serhiy.storchakasetmessageid: <1426022054.46.0.696648947505.issue15443@psf.upfronthosting.co.za>
2015-03-10 21:14:14serhiy.storchakalinkissue15443 messages
2015-03-10 21:14:14serhiy.storchakacreate