[issue11886] test_time.test_tzset() fails on "x86 FreeBSD 7.2 3.x": AEST timezone called "EST"

STINNER Victor report at bugs.python.org
Mon Dec 12 02:06:47 CET 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

Hum, it's still not ok:



======================================================================
FAIL: test_tzset (test.test_time.TimeTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/db3l/buildarea/3.x.bolen-freebsd7/build/Lib/test/test_time.py", line 264, in test_tzset
    self.assertEqual(time.timezone, -36000)
AssertionError: 18000 != -36000

----------
resolution: fixed -> 
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11886>
_______________________________________


More information about the Python-bugs-list mailing list