Alexander Belopolsky <belopol...@users.sourceforge.net> added the comment:
On Tue, Jan 11, 2011 at 7:26 PM, Roumen Petrov <rep...@bugs.python.org> wrote: .. > - locales with %A and %B are broken on this platform as %c is "Appropriate > date and time representation (%c) with abbreviations" According to what standard? POSIX defines it as %c Replaced by the locale's appropriate date and time representation. http://pubs.opengroup.org/onlinepubs/009695399/functions/strftime.html and the manual page on my system agrees: %c is replaced by national representation of time and date. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8957> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com