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.20:39:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Here is alternative patch for 2.7. It makes datetime pickling produce the same data as in 3.x.

The side effect of this approach: it makes datetime pickling incompatible with Unicode disabled builds of 2.x.
History
Date User Action Args
2015-10-12 20:39:08serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, belopolsky, pitrou, alexandre.vassalotti, eddygeek, [email protected]
2015-10-12 20:39:08serhiy.storchakasetmessageid: <[email protected]>
2015-10-12 20:39:08serhiy.storchakalinkissue22005 messages
2015-10-12 20:39:08serhiy.storchakacreate