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 alexandre.vassalotti, belopolsky, eddygeek, pitrou, serhiy.storchaka, [email protected], tim.peters
Date 2015-10-12.19:47:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Here is a patch against 2.7 that makes datetime pickling portable.

It doesn't solve problem with existing pickled data, but at least it allows to convert existing pickled data with 2.7 to portable format.
History
Date User Action Args
2015-10-12 19:47:35serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, belopolsky, pitrou, alexandre.vassalotti, eddygeek, [email protected]
2015-10-12 19:47:35serhiy.storchakasetmessageid: <[email protected]>
2015-10-12 19:47:35serhiy.storchakalinkissue22005 messages
2015-10-12 19:47:35serhiy.storchakacreate