[Python-Dev] posixmodule.c patch- revision 43586
Tim Peters
tim.peters at gmail.com
Mon Apr 3 22:06:17 CEST 2006
[Tim]
>> While we're at it, looks like all the 2.4 buildbots are failing
>> test_email today.
[Barry]
> Anthony backported the patch that should fix this, so it should be
> showing up in 2.4 buildbots soon.
? Anthony's
"""
Changed by: anthony.baxter
Changed at: Mon 03 Apr 2006 16:40:28
Branch: branches/release24-maint
Revision: 43597
Changed files:
* branches/release24-maint/Lib/email/_parseaddr.py
Comments:
backport of r43578
The email module's parsedate_tz function now sets the daylight savings
flag to -1 (unknown) since it can't tell from the date whether it should
be set.
patch from Aldo Cortesi
"""
is in the blamelist for the runs where test_email _started_ failing in
2.4 today.
More information about the Python-Dev
mailing list