eryksun added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25092>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to