]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add note of closing of bug #783952.
authorBrett Cannon <bcannon@gmail.com>
Mon, 11 Aug 2003 07:21:03 +0000 (07:21 +0000)
committerBrett Cannon <bcannon@gmail.com>
Mon, 11 Aug 2003 07:21:03 +0000 (07:21 +0000)
Misc/NEWS

index d3d229d7f6535d6a398c8a7b9a7ef1883a94a53d..a7b7bc4cea19572effaf5c30dfca65afb4cc22ee 100644 (file)
--- 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
 ----