summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-09-07 02:20:51 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-09-07 02:20:51 (GMT)
commite5b5895b5b52ff14093eaababd04ede69e394959 (patch)
tree02b475de7c082ad699d769702b7f502167b2064d /Misc/NEWS
parent714e49371b8d73059cf19f92a8566dcd20c6089a (diff)
downloadcpython-e5b5895b5b52ff14093eaababd04ede69e394959.zip
cpython-e5b5895b5b52ff14093eaababd04ede69e394959.tar.gz
cpython-e5b5895b5b52ff14093eaababd04ede69e394959.tar.bz2
Issue #24917: time_strftime() buffer over-read.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b28aa19..b1f1498 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -20,6 +20,8 @@ Core and Builtins
Library
-------
+- Issue #24917: time_strftime() buffer over-read.
+
- Issue #24748: To resolve a compatibility problem found with py2exe and
pywin32, imp.load_dynamic() once again ignores previously loaded modules
to support Python modules replacing themselves with extension modules.