diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-05-21 17:54:48 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-05-21 17:54:48 (GMT) |
commit | c9745e5f7d98b0f9a0cb1edc805b924fe1d5a473 (patch) | |
tree | 5091856c89a5aa2550f01cc30c88b0f0578eab50 /Misc/NEWS | |
parent | b2f3c2357c5bcc871cb3c789cae223faf0b472d1 (diff) | |
parent | 0978b5cdb36ef73061e438c342b508dd38c73ce8 (diff) | |
download | cpython-c9745e5f7d98b0f9a0cb1edc805b924fe1d5a473.zip cpython-c9745e5f7d98b0f9a0cb1edc805b924fe1d5a473.tar.gz cpython-c9745e5f7d98b0f9a0cb1edc805b924fe1d5a473.tar.bz2 |
Fixed issue number for issue #22939.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ Release date: 2015-05-24 Core and Builtins ----------------- -- Issue #23985: Fixed integer overflow in iterator object. Patch by +- Issue #22939: Fixed integer overflow in iterator object. Patch by Clement Rouault. - Issue #23985: Fix a possible buffer overrun when deleting a slice from |