[Python-Dev] test_email failing (original) (raw)

Tim Peters tim.one@home.com
Fri, 9 Nov 2001 12:57:23 -0500


C:\Code\python\PCbuild>python ../lib/test/regrtest.py test_email test_email test test_email failed -- Traceback (most recent call last): File "../lib/test\test_email.py", line 928, in test_formatdate gtime = time.strptime(gdate.split()[4], '%H:%M:%S') AttributeError: 'module' object has no attribute 'strptime'

1 test failed: test_email

strptime is not available on all boxes (not even on all Unix boxes).