summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-05-22 22:08:34 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-05-22 22:08:34 (GMT)
commitd9ef74e3ddffc9327a3b225734cdc5a5028e8d0b (patch)
tree202707d6b6862764cfc7444c85bf10cbc70c7d80 /Misc
parent945fff44c496c3d918d42b148087faf73008c85d (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8a1c779..a62cca1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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