summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-01-27 20:18:34 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-01-27 20:18:34 (GMT)
commit3f95292be69ac09ed173e4241d220d30b1b059ff (patch)
treecb02282df238300dcc32084e57e49cf4d8fab87a /Misc
parentf18bf6fd2d2f0d7db6a5e5b4d86b709dd2b5ce6d (diff)
downloadcpython-3f95292be69ac09ed173e4241d220d30b1b059ff.zip
cpython-3f95292be69ac09ed173e4241d220d30b1b059ff.tar.gz
cpython-3f95292be69ac09ed173e4241d220d30b1b059ff.tar.bz2
Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis
and fix by Guido Vranken.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e841862..b54f267 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
Python News
+++++++++++
+What's New in Python 3.2.7?
+============================
+
+*Release date: XXXX-XX-XX*
+
+Core and Builtins
+-----------------
+
+- Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis
+ and fix by Guido Vranken.
+
+
What's New in Python 3.2.6?
===========================