This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients EdSchouten, akira, belopolsky, lemburg, pitrou, tim.peters, vstinner
Date 2016-09-14.21:12:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473887569.76.0.573558006406.issue28148@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-09-14 21:12:49belopolskysetrecipients: + belopolsky, lemburg, tim.peters, pitrou, vstinner, akira, EdSchouten
2016-09-14 21:12:49belopolskysetmessageid: <1473887569.76.0.573558006406.issue28148@psf.upfronthosting.co.za>
2016-09-14 21:12:49belopolskylinkissue28148 messages
2016-09-14 21:12:49belopolskycreate