[issue28148] [Patch] Also stop using localtime() in timemodule

Alexander Belopolsky report at bugs.python.org
Wed Sep 14 14:27:13 EDT 2016


Alexander Belopolsky added the comment:

Yes, I think this is a good idea.  I was hesitant to make this change while #22798 was open because I thought we may end up exposing changes to tzname caused by localtime and friends.

I also believe we can classify this as a bug-fix because side-effects of localtime are often undesirable.  Nevertheless, I would like to hear from more people before accepting this.

----------
assignee:  -> belopolsky
nosy: +akira, belopolsky, haypo, lemburg, pitrou, tim.peters
stage:  -> patch review
type:  -> behavior

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28148>
_______________________________________


More information about the Python-bugs-list mailing list