From f114e5bccbd149176bdb7a0714a140a6238187fa Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 29 Sep 2014 18:41:48 -0400 Subject: [PATCH] add NEWS note for #22518 --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) 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``. -- 2.50.1