diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |