[New-bugs-announce] [issue8915] Use locale.nl_langinfo in _strptime

Brett Cannon report at bugs.python.org
Sun Jun 6 05:35:09 CEST 2010


New submission from Brett Cannon <brett at python.org>:

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.

----------
components: Library (Lib)
messages: 107181
nosy: brett.cannon
priority: low
severity: normal
status: open
title: Use locale.nl_langinfo in _strptime
versions: Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8915>
_______________________________________


More information about the New-bugs-announce mailing list