]> granicus.if.org Git - python/commitdiff
Fixed merge error.
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 4 Sep 2015 05:38:45 +0000 (08:38 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 4 Sep 2015 05:38:45 +0000 (08:38 +0300)
Misc/NEWS

index a02cb6aa9b73f9d33388f8ebed01c4faeeac3206..a1b0c2928fc968232556200d2685ab39cc3f5690 100644 (file)
--- 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.