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

STINNER Victor report at bugs.python.org
Thu Nov 24 16:27:34 CET 2011


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

I don't see this issue as a bug in Python, but just that the timezone database is different on some OSes. Can't we just accept both names, AEST and EST? Attached patch changes test_time to tolerate EST name for 'AEST-10AEDT-11,M10.5.0,M3.5.0' ("Victoria") time zone.

----------
keywords: +patch
Added file: http://bugs.python.org/file23770/time_aest.patch

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


More information about the Python-bugs-list mailing list