[Python-checkins] r43599 - python/branches/release24-maint/Misc/NEWS

anthony.baxter python-checkins at python.org
Mon Apr 3 18:43:23 CEST 2006


Author: anthony.baxter
Date: Mon Apr  3 18:43:22 2006
New Revision: 43599

Modified:
   python/branches/release24-maint/Misc/NEWS
Log:
note parsedate_tz backport

Modified: python/branches/release24-maint/Misc/NEWS
==============================================================================
--- python/branches/release24-maint/Misc/NEWS	(original)
+++ python/branches/release24-maint/Misc/NEWS	Mon Apr  3 18:43:22 2006
@@ -18,6 +18,10 @@
 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


More information about the Python-checkins mailing list