diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-09-29 22:41:48 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-09-29 22:41:48 (GMT) |
commit | f114e5bccbd149176bdb7a0714a140a6238187fa (patch) | |
tree | 847aba983d6b92007f5d2c3b76f5be7717bfd1b2 /Misc | |
parent | ed4c130d3dd7ab0f0b142d36ee49b74df57d182e (diff) | |
download | cpython-f114e5bccbd149176bdb7a0714a140a6238187fa.zip cpython-f114e5bccbd149176bdb7a0714a140a6238187fa.tar.gz cpython-f114e5bccbd149176bdb7a0714a140a6238187fa.tar.bz2 |
add NEWS note for #22518
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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``. |