[Python-Dev] test_strftime broken?

Neil Schemenauer nas@python.ca
Fri, 22 Mar 2002 16:05:00 -0800


I get:

    strftime test for Fri Mar 22 18:59:49 2002
    Strftime test, platform: linux2, Python version: 2.3a0
    Conflict for %b (abbreviated month name):
      Expected Jan, but got Mar
    Conflict for %B (full month name):
      Expected January, but got March
    Supports nonstandard '%c' format (near-asctime() format)
    Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
    Supports nonstandard '%Z' format (time zone name)
    Supports nonstandard '%D' format (mm/dd/yy)
    Supports nonstandard '%e' format (day of month as number, blank padded (
    0-31))
    Conflict for nonstandard '%h' format (abbreviated month name):
      Expected Jan, but got Mar

It goes on and on for many lines.

  Neil