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.

classification
Title: MacOS9: test_strptime fails
Type: Stage:
Components: macOS Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: jackjansen
Priority: normal Keywords:

Created on 2003-07-23 12:05 by jackjansen, last changed 2022-04-10 16:10 by admin. This issue is now closed.

Messages (2)
msg17300 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2003-07-23 12:05
Test_strptime fails in MacPython-OS9:

test test_strptime failed -- Traceback (most recent call last):
  File 
"Sap:ufs:jack:SWDev:MacPython:Lib:test:test_strptime.py", 
line 308, in test_timezone
    "timezone check failed; '%s' -> %s != %s" %
  File "Sap:ufs:jack:SWDev:MacPython:Lib:unittest.py", line 
268, in failUnless
    if not expr: raise self.failureException, msg
AssertionError: timezone check failed; '' -> 0 != 1

Probably this specific test should be skipped on the mac, 
which has no useful timezone information.
msg17301 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2003-07-31 19:38
Logged In: YES 
user_id=45365

Fixed by skipping the timezone test on MacOS9. Timezone support 
is non-existent anyway.
History
Date User Action Args
2022-04-10 16:10:10adminsetgithub: 38916
2003-07-23 12:05:59jackjansencreate