test_strftime (__main__.StrftimeTest) ... strftime test for Wed Nov 16 10:32:36 2011 FAIL ====================================================================== FAIL: test_strftime (__main__.StrftimeTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "Lib/test/test_strftime.py", line 67, in test_strftime self.strftest1(now) File "Lib/test/test_strftime.py", line 124, in strftest1 % (e[0], e[2])) AssertionError: strftime does not support standard '%%' format (single percent sign) ---------------------------------------------------------------------- Ran 1 test in 0.003s FAILED (failures=1)