summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-01-27 20:18:46 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-01-27 20:18:46 (GMT)
commit4dbc30500218204eace01fa4d429f3087df5376f (patch)
tree4deec5fd49df021302a4ca3abe2756735077e5c6 /Misc
parent119479f70550cf4323ba1eb8cdda88a47681362b (diff)
downloadcpython-4dbc30500218204eace01fa4d429f3087df5376f.zip
cpython-4dbc30500218204eace01fa4d429f3087df5376f.tar.gz
cpython-4dbc30500218204eace01fa4d429f3087df5376f.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 b853c69..b203462 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
Python News
+++++++++++
+What's New in Python 3.3.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.3.6?
===========================