From: Benjamin Peterson Date: Mon, 29 Sep 2014 22:42:35 +0000 (-0400) Subject: NEWS issue for #22518 X-Git-Tag: v3.3.6rc1~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3bbb2e4844f29d8a74be08ec876b84e150cd5a6c;p=thirdparty%2FPython%2Fcpython.git NEWS issue for #22518 --- diff --git a/Misc/NEWS b/Misc/NEWS index b5eab851b4be..034c72d5c8b8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -10,6 +10,8 @@ What's New in Python 3.3.6 release candidate 1? Core and Builtins ----------------- +- Issue #22518: Fix integer overflow issues in latin-1 encoding. + Library -------