[issue13313] test_time fails: tzset() do not change timezone

Florent Xicluna report at bugs.python.org
Tue Nov 1 17:56:44 CET 2011


New submission from Florent Xicluna <florent.xicluna at gmail.com>:

On builder "x86 FreeBSD 7.2 3.x" :

======================================================================
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 246, in test_tzset
    self.assertTrue(time.tzname[0] == 'AEST', str(time.tzname[0]))
AssertionError: False is not true : EST


(See also issue #13309 for tzname on Gentoo)

----------
components: Library (Lib)
keywords: buildbot
messages: 146794
nosy: belopolsky, flox
priority: normal
severity: normal
stage: test needed
status: open
title: test_time fails: tzset() do not change timezone
type: behavior
versions: Python 3.3

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


More information about the Python-bugs-list mailing list