From: Benjamin Peterson Date: Mon, 29 Sep 2014 22:41:48 +0000 (-0400) Subject: add NEWS note for #22518 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f114e5bccbd149176bdb7a0714a140a6238187fa;p=python add NEWS note for #22518 --- diff --git a/Misc/NEWS b/Misc/NEWS index 237da4169a..686db0fee0 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``.