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