diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-09-29 22:50:06 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-09-29 22:50:06 (GMT) |
commit | 2b76ce6d27c5395d88e7aef3a2bab811afc5d8cb (patch) | |
tree | 4cc312175b8c76caceb9b3ddf4f9f0a0200df856 /Misc | |
parent | 12dc0d96e0b32f3ee0aeba2e93994ff5e11bec29 (diff) | |
parent | 3bbb2e4844f29d8a74be08ec876b84e150cd5a6c (diff) | |
download | cpython-2b76ce6d27c5395d88e7aef3a2bab811afc5d8cb.zip cpython-2b76ce6d27c5395d88e7aef3a2bab811afc5d8cb.tar.gz cpython-2b76ce6d27c5395d88e7aef3a2bab811afc5d8cb.tar.bz2 |
merge 3.3 (closes #22518)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ What's New in Python 3.4.3? Core and Builtins ----------------- +- Issue #22518: Fix integer overflow issues in latin-1 encoding. + Library ------- |