From: Brett Cannon Date: Mon, 11 Aug 2003 07:21:03 +0000 (+0000) Subject: Add note of closing of bug #783952. X-Git-Tag: v2.3.1~163 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4730b051d4ff50b48ad137fff758c1344ba642e0;p=thirdparty%2FPython%2Fcpython.git Add note of closing of bug #783952. --- diff --git a/Misc/NEWS b/Misc/NEWS index d3d229d7f653..a7b7bc4cea19 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -41,6 +41,10 @@ Library performance boost at the cost of not being thread-safe from locale changes while executing time.strptime() . +- Bug #783952: time.strptime() now properly handles issue of + time.tzname[0] == time.tzname[1] while time.daylight is set to be + true. + IDLE ----