[Python-Dev] strftime() (original) (raw)
Jack Jansen jack@oratrix.nl
Sat, 05 Aug 2000 23:41:15 +0200
- Previous message: [Python-Dev] New SRE core dump (was: SRE 0.9.8 benchmarks)
- Next message: [Python-Dev] strftime()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The test_strftime regression test has been failing on the Mac for ages, and I finally got round to investigating the problem: the MetroWerks library returns the strings "am" and "pm" for %p but the regression test expects "AM" and "PM". According to the comments in the source of the library (long live vendors who provide it! Yeah!) this is C9X compatibility.
I can of course move the %p to the nonstandard expectations, but maybe someone has a better idea?
Jack Jansen | ++++ stop the execution of Mumia Abu-Jamal ++++ Jack.Jansen@oratrix.com | ++++ if you agree copy these lines to your sig ++++ www.oratrix.nl/~jack | ++++ see http://www.xs4all.nl/~tank/ ++++
- Previous message: [Python-Dev] New SRE core dump (was: SRE 0.9.8 benchmarks)
- Next message: [Python-Dev] strftime()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]