From: Tim Golden Date: Tue, 12 Nov 2013 13:22:39 +0000 (+0000) Subject: Issue #13674 Updated NEWS X-Git-Tag: v3.4.0b1~309 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=af40e98617051b1a9f01e1a6a20c6445e1428b45;p=thirdparty%2FPython%2Fcpython.git Issue #13674 Updated NEWS --- diff --git a/Misc/NEWS b/Misc/NEWS index 3c1ee634a54a..8d8d5859874f 100644 --- 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.