diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-05-22 22:08:34 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-05-22 22:08:34 (GMT) |
commit | d9ef74e3ddffc9327a3b225734cdc5a5028e8d0b (patch) | |
tree | 202707d6b6862764cfc7444c85bf10cbc70c7d80 /Misc | |
parent | 945fff44c496c3d918d42b148087faf73008c85d (diff) | |
download | cpython-d9ef74e3ddffc9327a3b225734cdc5a5028e8d0b.zip cpython-d9ef74e3ddffc9327a3b225734cdc5a5028e8d0b.tar.gz cpython-d9ef74e3ddffc9327a3b225734cdc5a5028e8d0b.tar.bz2 |
Issue 24244: Prevents termination when an invalid format string is encountered on Windows.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -58,6 +58,9 @@ Core and Builtins Library ------- +- Issue 24244: Prevents termination when an invalid format string is + encountered on Windows in strftime. + - Issue #23973: PEP 484: Add the typing module. - Issue #20035: Replaced the ``tkinter._fix`` module used for setting up the |