From: Anthony Baxter Date: Mon, 3 Apr 2006 16:43:22 +0000 (+0000) Subject: note parsedate_tz backport X-Git-Tag: v2.4.4c1~291 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cd2578f84a95daa9cae5c1e5bb389079aa17b0c;p=thirdparty%2FPython%2Fcpython.git note parsedate_tz backport --- diff --git a/Misc/NEWS b/Misc/NEWS index add8f7ba5c0f..f42986853a7b 100644 --- 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