]> granicus.if.org Git - python/commit
The email module's parsedate_tz function now sets the daylight savings
authorAnthony Baxter <anthonybaxter@gmail.com>
Mon, 3 Apr 2006 08:05:07 +0000 (08:05 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Mon, 3 Apr 2006 08:05:07 +0000 (08:05 +0000)
commit93f5b93422ddfc46142186078ee0eedfcace8964
tree830473a8f089ef26da75b54b9ee9d98bdefa6234
parent9e5eb4ffbf2198ad5721078b4a76e7a63c0ac3c6
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
Lib/email/_parseaddr.py
Lib/email/test/test_email.py
Lib/email/test/test_email_renamed.py
Misc/ACKS
Misc/NEWS