]> granicus.if.org Git - python/commitdiff
Issue #13674 Updated NEWS
authorTim Golden <mail@timgolden.me.uk>
Tue, 12 Nov 2013 13:22:39 +0000 (13:22 +0000)
committerTim Golden <mail@timgolden.me.uk>
Tue, 12 Nov 2013 13:22:39 +0000 (13:22 +0000)
Misc/NEWS

index 3c1ee634a54a0f9d057adab7bc8950eddb6b8399..8d8d5859874f0775511de10a0566326370e014b5 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -34,6 +34,9 @@ Core and Builtins
 Library
 -------
 
+- Issue #13674: Prevented time.strftime from crashing on Windows when given
+  a year before 1900 and a format of %y.
+
 - Issue #19406: implementation of the ensurepip module (part of PEP 453).
   Patch by Donald Stufft and Nick Coghlan.