From: Serhiy Storchaka Date: Fri, 4 Sep 2015 05:38:45 +0000 (+0300) Subject: Fixed merge error. X-Git-Tag: v3.6.0a1~1676^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e87576571b5d2decc7d3e554d1c3ce31e455145;p=python Fixed merge error. --- diff --git a/Misc/NEWS b/Misc/NEWS index a02cb6aa9b..a1b0c2928f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -82,9 +82,6 @@ Core and Builtins Library ------- -- 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.