Bugs item #1454285, was opened at 2006-03-20 18:47 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1454285&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Anthony Baxter (anthonybaxter) Assigned to: Barry A. Warsaw (bwarsaw) Summary: test_parsedate_acceptable_to_time_functions+DST == :-( Initial Comment: TZ=UTC ./python ./Lib/test/test_email.py works fine. But "TZ=Australia/Melbourne ./python ./Lib/test/test_email.py" breaks - the date used in this test (5 Feb 2003) is during daylight savings time here. It's unclear to me what the test is trying to do, so assigning to Barry to look at. FAILED (failures=1) Traceback (most recent call last): File "./Lib/test/test_email.py", line 13, in <module> test_main() File "./Lib/test/test_email.py", line 10, in test_main run_suite(suite()) File "/home/anthony/src/py/pytrunk/python/Lib/test/test_support.py", line 285, in run_suite raise TestFailed(err) test.test_support.TestFailed: Traceback (most recent call last): File "/home/anthony/src/py/pytrunk/python/Lib/email/test/test_email.py", line 2127, in test_parsedate_acceptable_to_time_functions eq(time.localtime(t)[:6], timetup[:6]) AssertionError: (2003, 2, 5, 14, 47, 26) != (2003, 2, 5, 13, 47, 26) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1454285&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com