Alexander Belopolsky <belopol...@users.sourceforge.net> added the comment:

On Thu, Jan 6, 2011 at 2:56 PM, Eric Smith <rep...@bugs.python.org> wrote:
..
> If we're going to take this on (re-writing strftime), I think the way to do 
> it is to have it take the locale info as a
> parameter, and if that parameter is NULL then look up the info in the current 
> locale.

You may want to take a look at BSD-ish strftime_l function which is
defined by POSIX.1-2008:

http://pubs.opengroup.org/onlinepubs/9699919799/functions/strftime.html

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue3173>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to