Alexander Belopolsky added the comment:

> I thought `[...]localtime_r()`'s way of ordering the arguments made most 
> sense here.

Right. I keep forgetting which one is localtime_r and which is localtime_s. I 
don't think there is any preference in the Python codebase. (PEP 8 is silent on 
this point.)

Use of time_t instead of time_t* makes it obvious which argument is input, so 
as I said, for me the order does not matter.  Google style guide is reason 
enough to pick the order.

----------

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

Reply via email to