diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-01-27 20:18:46 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-01-27 20:18:46 (GMT) |
commit | 4dbc30500218204eace01fa4d429f3087df5376f (patch) | |
tree | 4deec5fd49df021302a4ca3abe2756735077e5c6 /Misc | |
parent | 119479f70550cf4323ba1eb8cdda88a47681362b (diff) | |
download | cpython-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/NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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? =========================== |