diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-09-04 05:39:33 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-09-04 05:39:33 (GMT) |
commit | f69104f15a49439170f91bdd86d6a19cdb26348a (patch) | |
tree | 3a2a13481251ea7d5a50a4475267aea7d69eedb7 | |
parent | e1a4c57663baa16be8bb682c1b890a84087cd21f (diff) | |
parent | 6e87576571b5d2decc7d3e554d1c3ce31e455145 (diff) | |
download | cpython-f69104f15a49439170f91bdd86d6a19cdb26348a.zip cpython-f69104f15a49439170f91bdd86d6a19cdb26348a.tar.gz cpython-f69104f15a49439170f91bdd86d6a19cdb26348a.tar.bz2 |
Fixed merge error.
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -166,12 +166,6 @@ Core and Builtins Library ------- -- Issue #24913: Fix overrun error in deque.index(). - Found by John Leitch and Bryce Darling. - -- Issue #24913: Fix overrun error in deque.index(). - Found by John Leitch and Bryce Darling. - - Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is set beyond size. Based on patch by John Leitch. |