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

Ed Schouten report at bugs.python.org
Wed Sep 14 17:18:02 EDT 2016


Ed Schouten added the comment:

I've been brainwashed by https://google.github.io/styleguide/cppguide.html#Function_Parameter_Ordering over the last couple of years, which is why I thought `localtime()/localtime_r()`'s way of ordering the arguments made most sense here. ;-)

----------

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


More information about the Python-bugs-list mailing list