]> granicus.if.org Git - python/commitdiff
add NEWS note for #22518
authorBenjamin Peterson <benjamin@python.org>
Mon, 29 Sep 2014 22:41:48 +0000 (18:41 -0400)
committerBenjamin Peterson <benjamin@python.org>
Mon, 29 Sep 2014 22:41:48 +0000 (18:41 -0400)
Misc/NEWS

index 237da4169a0711213175bd47c68cd314151a529d..686db0fee07a3c35012c5729644433c1f327643e 100644 (file)
--- 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``.