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 belopolsky
Recipients amaury.forgeotdarc, belopolsky, eric.smith, gvanrossum, loewis, schmir, vstinner
Date 2011-01-06.20:22:07
SpamBayes Score 0.0011840662
Marked as misclassified No
Message-id <AANLkTim5sD_0zo9uzuq6R1b2EsF5HwuQ+WL6TdXGVkcP@mail.gmail.com>
In-reply-to <1294343777.82.0.179553735324.issue3173@psf.upfronthosting.co.za>
Content
On Thu, Jan 6, 2011 at 2:56 PM, Eric Smith <report@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
History
Date User Action Args
2011-01-06 20:22:11belopolskysetrecipients: + belopolsky, gvanrossum, loewis, amaury.forgeotdarc, vstinner, eric.smith, schmir
2011-01-06 20:22:07belopolskylinkissue3173 messages
2011-01-06 20:22:07belopolskycreate