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