]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #13674 Updated NEWS
authorTim Golden <mail@timgolden.me.uk>
Tue, 12 Nov 2013 13:24:03 +0000 (13:24 +0000)
committerTim Golden <mail@timgolden.me.uk>
Tue, 12 Nov 2013 13:24:03 +0000 (13:24 +0000)
Misc/NEWS

index b09f4d116e9154db533d8b2eb8a6648a4f343e73..9f99095924b8e6a28787df8e6a4abff1da7f8a30 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,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 #19544 and Issue #6286: Restore use of urllib over http allowing use
   of http_proxy for Distutils upload command, a feature accidentally lost
   in the rollback of distutils2.