]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
note parsedate_tz backport
authorAnthony Baxter <anthonybaxter@gmail.com>
Mon, 3 Apr 2006 16:43:22 +0000 (16:43 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Mon, 3 Apr 2006 16:43:22 +0000 (16:43 +0000)
Misc/NEWS

index add8f7ba5c0f1de31d613f7fb5ccac3acb90dc4f..f42986853a7b71b17482db412bf63affa5ad8743 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,10 @@ Extension Modules
 Library
 -------
 
+- 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.
+
 - Bug #1460340: ``random.sample(dict)`` failed in various ways.  Dicts
   aren't officially supported here, and trying to use them will probably
   raise an exception some day.  But dicts have been allowed, and "mostly