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 EdSchouten
Recipients EdSchouten, akira, belopolsky, lemburg, pitrou, tim.peters, vstinner
Date 2016-09-14.21:18:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473887882.26.0.231936092949.issue28148@psf.upfronthosting.co.za>
In-reply-to
Content
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. ;-)
History
Date User Action Args
2016-09-14 21:18:02EdSchoutensetrecipients: + EdSchouten, lemburg, tim.peters, belopolsky, pitrou, vstinner, akira
2016-09-14 21:18:02EdSchoutensetmessageid: <1473887882.26.0.231936092949.issue28148@psf.upfronthosting.co.za>
2016-09-14 21:18:02EdSchoutenlinkissue28148 messages
2016-09-14 21:18:02EdSchoutencreate