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 brett.cannon
Recipients brett.cannon
Date 2010-06-06.03:35:07
SpamBayes Score 0.19611421
Marked as misclassified No
Message-id <1275795309.62.0.41465361185.issue8915@psf.upfronthosting.co.za>
In-reply-to
Content
It might perform better to use locale.nl_langinfo to get the current locale's datetime information instead of reverse-engineering from strftime (need to benchmark to see if this is true). This would need to be conditional as the datetime info might not be exposed through nl_langinfo.
History
Date User Action Args
2010-06-06 03:35:09brett.cannonsetrecipients: + brett.cannon
2010-06-06 03:35:09brett.cannonsetmessageid: <1275795309.62.0.41465361185.issue8915@psf.upfronthosting.co.za>
2010-06-06 03:35:08brett.cannonlinkissue8915 messages
2010-06-06 03:35:07brett.cannoncreate