changeset: 92630:3b7e93249700 branch: 2.7 user: Benjamin Peterson date: Mon Sep 29 18:41:48 2014 -0400 files: Misc/NEWS description: add NEWS note for #22518 diff -r b2e68274aa8e -r 3b7e93249700 Misc/NEWS --- a/Misc/NEWS Mon Sep 29 18:18:57 2014 -0400 +++ b/Misc/NEWS Mon Sep 29 18:41:48 2014 -0400 @@ -10,6 +10,8 @@ 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``.