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 belopolsky, eli.bendersky, ezio.melotti, rpetrov, vstinner
Date 2011-01-12.00:08:40
SpamBayes Score 0.0005974753
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
My tests were wrong but the problem does exist.  I am attaching a script that tests strptime(.., '%c') for all locales installed on my system (an unmodified  US Mac OS X 10.6.6).  

The only failing locale that I recognize is Hebrew (he_IL).  Eli, what do you think about this?

 
$ ./python.exe cfmt.py 
am_ET [ማክሰ ጃንዩ 11 18:56:18 2011] %A %B %d %H:%M:%S %Y != %a %b %e %H:%M:%S %Y
et_EE [T, 11. jaan  2011. 18:56:18] %a, %d. %B %Y. %H:%M:%S != %a, %d. %b %Y. %T
he_IL [EST 18:56:18 2011 ינו 11 ג'] %Z %H:%M:%S %Y %B %d %a != %Z %H:%M:%S %Y %b %d %a
History
Date User Action Args
2011-01-12 00:08:43belopolskysetrecipients: + belopolsky, vstinner, ezio.melotti, rpetrov, eli.bendersky
2011-01-12 00:08:43belopolskysetmessageid: <[email protected]>
2011-01-12 00:08:40belopolskylinkissue8957 messages
2011-01-12 00:08:40belopolskycreate