summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-09-05 19:16:06 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-09-05 19:16:06 (GMT)
commit373602fa3f3e54ca4f7e7a87948b6df86a17a3e6 (patch)
tree6cdaeee966d45d9796e6f5f9c340cb7ed4565ea3 /Misc/NEWS
parent7d293ee97dbe27e2b6a43f900cf988572108c18e (diff)
downloadcpython-373602fa3f3e54ca4f7e7a87948b6df86a17a3e6.zip
cpython-373602fa3f3e54ca4f7e7a87948b6df86a17a3e6.tar.gz
cpython-373602fa3f3e54ca4f7e7a87948b6df86a17a3e6.tar.bz2
Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch.
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 2b1f278..b8698eb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ Release date: 2015-09-06
Core and Builtins
-----------------
+- Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch.
+
- Issue #24912: Prevent __class__ assignment to immutable built-in objects.
- Issue #24975: Fix AST compilation for PEP 448 syntax.