Alexander Belopolsky added the comment:

I see that you picked localtime_s-like order of arguments.  While I have no 
personal preference, I wonder why you prefer output to follow input.  The usual 
UNIX/C convention is the opposite.  Interfaces like sprintf, strcat, strftime 
and many other have output first.  I think the logic is that this is the order 
in variable assignment OUTPUT = INPUT.

----------

_______________________________________
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