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.

Author theaney
Recipients
Date 2003-07-22.03:09:44
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=827666

Hello.

I just downloaded 2.3c1. I failed test_time as well. I was
going to submit a new bug, but then I saw this thread. I
hope this is the right place.

test_time
test test_time failed -- Traceback (most recent call last):
  File
"/home/tim/Download/Python-2.3c1/Lib/test/test_time.py",
line 107, in test_tzset
    self.failUnless(time.tzname[1] == 'AEDT',
str(time.tzname[1]))
  File "/home/tim/Download/Python-2.3c1/Lib/unittest.py",
line 268, in failUnless
    if not expr: raise self.failureException, msg
AssertionError: AEST

227 tests OK.
1 test failed:
    test_time
27 tests skipped:
    test_aepack test_al test_bsddb185 test_bsddb3 test_cd
test_cl
    test_curses test_email_codecs test_gl test_imgfile
    test_linuxaudiodev test_macfs test_macostools test_nis
    test_normalization test_ossaudiodev test_pep277
test_plistlib
    test_scriptpackages test_socket_ssl test_socketserver
    test_sunaudiodev test_timeout test_unicode_file
test_urllibnet
    test_winreg test_winsound
Those skips are all expected on linux2.
make: *** [test] Error 1

For what it's worth, time seems to work...

$ ./python -c 'import time; print time.tzname'
('EST', 'EDT')

$ cat /proc/version 
Linux version 2.4.20 (root@mrbun) (gcc version 2.95.3
20010315 (release)) #11 Sat Nov 30 05:52:58 EST 2002

Tim
History
Date User Action Args
2007-08-23 14:14:23adminlinkissue763153 messages
2007-08-23 14:14:23admincreate