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.

classification
Title: Email tests fail
Type: Stage:
Components: Library (Lib) Versions: Python 2.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: barry Nosy List: barry, loewis
Priority: normal Keywords:

Created on 2006-02-04 10:23 by loewis, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg27418 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2006-02-04 10:23
With the recent changes, the email tests now fail with

test test_email failed -- Traceback (most recent call
last):
  File
"/net/tb0/home/loewis/buildbot/trunk.1/build/Lib/email/test/test_email.py",
line 2110, in test_parsedate_acceptable_to_time_functions
    eq(int(time.mktime(timetup)), 1044470846)
AssertionError: 1044449246 != 1044470846

See python.org/dev/buildbot/ for examples.
msg27419 - (view) Author: Barry A. Warsaw (barry) * (Python committer) Date: 2006-02-04 23:48
Logged In: YES 
user_id=12800

r42238 in trunk
r42239 in 2.4 branch
r42240 in 2.3 branch
History
Date User Action Args
2022-04-11 14:56:15adminsetgithub: 42865
2006-02-04 10:23:33loewiscreate