diff options
author | Tim Golden <mail@timgolden.me.uk> | 2013-11-12 13:22:39 (GMT) |
---|---|---|
committer | Tim Golden <mail@timgolden.me.uk> | 2013-11-12 13:22:39 (GMT) |
commit | af40e98617051b1a9f01e1a6a20c6445e1428b45 (patch) | |
tree | 6ea53378a18dc02353872294d2159d6994a80f18 | |
parent | d9182e64cbfaa29205c09d33c8bddd5b0a8cc608 (diff) | |
download | cpython-af40e98617051b1a9f01e1a6a20c6445e1428b45.zip cpython-af40e98617051b1a9f01e1a6a20c6445e1428b45.tar.gz cpython-af40e98617051b1a9f01e1a6a20c6445e1428b45.tar.bz2 |
Issue #13674 Updated 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. |