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, bronger, eddygeek, gregory.p.smith, p-ganssle, pitrou, serhiy.storchaka, [email protected], tim.peters
Date 2018-12-07.14:48:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
New changeset 1133a8c0efabf6b33a169039cf6e2e03bfe6cfe3 by Serhiy Storchaka in branch 'master':
bpo-22005: Fix condition for unpickling a date object. (GH-11025)
https://github.com/python/cpython/commit/1133a8c0efabf6b33a169039cf6e2e03bfe6cfe3
History
Date User Action Args
2018-12-07 14:48:31serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, gregory.p.smith, belopolsky, pitrou, bronger, alexandre.vassalotti, eddygeek, [email protected], p-ganssle
2018-12-07 14:48:31serhiy.storchakasetmessageid: <[email protected]>
2018-12-07 14:48:31serhiy.storchakalinkissue22005 messages
2018-12-07 14:48:30serhiy.storchakacreate