New submission from Brett Cannon <br...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue8915>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to