summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-09-29 22:41:48 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-09-29 22:41:48 (GMT)
commitf114e5bccbd149176bdb7a0714a140a6238187fa (patch)
tree847aba983d6b92007f5d2c3b76f5be7717bfd1b2 /Misc
parented4c130d3dd7ab0f0b142d36ee49b74df57d182e (diff)
downloadcpython-f114e5bccbd149176bdb7a0714a140a6238187fa.zip
cpython-f114e5bccbd149176bdb7a0714a140a6238187fa.tar.gz
cpython-f114e5bccbd149176bdb7a0714a140a6238187fa.tar.bz2
add NEWS note for #22518
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 237da41..686db0f 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``.