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, fdrake, mark.dickinson, ned.deily, pitrou, serhiy.storchaka, vstinner
Date 2015-09-27.03:12:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443323570.16.0.393269119244.issue9051@psf.upfronthosting.co.za>
In-reply-to
Content
For now "_utc" is not a part of API. When use it in pickling, you implicitly make it a part of API, and should support it forever (and force other Python implementations to support it). As far as it looks as implementation detail, there is a risk that the "_utc" variable can be renamed and this will break pickle compatibility.
History
Date User Action Args
2015-09-27 03:12:50serhiy.storchakasetrecipients: + serhiy.storchaka, fdrake, mark.dickinson, belopolsky, pitrou, vstinner, alexandre.vassalotti, ned.deily
2015-09-27 03:12:50serhiy.storchakasetmessageid: <1443323570.16.0.393269119244.issue9051@psf.upfronthosting.co.za>
2015-09-27 03:12:50serhiy.storchakalinkissue9051 messages
2015-09-27 03:12:49serhiy.storchakacreate