From: Benjamin Peterson Date: Mon, 29 Sep 2014 22:41:48 +0000 (-0400) Subject: add NEWS note for #22518 X-Git-Tag: v2.7.9rc1~198 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f114e5bccbd149176bdb7a0714a140a6238187fa;p=thirdparty%2FPython%2Fcpython.git add NEWS note for #22518 --- diff --git a/Misc/NEWS b/Misc/NEWS index 237da4169a07..686db0fee07a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -10,6 +10,8 @@ What's New in Python 2.7.9? Core and Builtins ----------------- +- Issue #22518: Fix integer overflow issues in latin-1 encoding. + - Issue #22379: Fix empty exception message in a TypeError raised in ``str.join``.