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 eryksun
Recipients JohnLeitch, belopolsky, brycedarling, eryksun, r.david.murray, skrah, steve.dower, terry.reedy, vstinner, zach.ware
Date 2015-09-14.16:49:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442249371.15.0.183815308282.issue25092@psf.upfronthosting.co.za>
In-reply-to
Content
But it should go without saying that clearing errno from Python isn't reliable considering how much code executes between Python statements. It needs to be cleared right before call strftime, and optionally the old value needs to be saved first in order to restore it, if you're concerned about that.
History
Date User Action Args
2015-09-14 16:49:31eryksunsetrecipients: + eryksun, terry.reedy, belopolsky, vstinner, r.david.murray, skrah, zach.ware, steve.dower, JohnLeitch, brycedarling
2015-09-14 16:49:31eryksunsetmessageid: <1442249371.15.0.183815308282.issue25092@psf.upfronthosting.co.za>
2015-09-14 16:49:31eryksunlinkissue25092 messages
2015-09-14 16:49:31eryksuncreate