[Python-checkins] cpython (3.5): Fixed merge error.

serhiy.storchaka python-checkins at python.org
Fri Sep 4 07:40:31 CEST 2015


https://hg.python.org/cpython/rev/cb28ffefd730
changeset:   97653:cb28ffefd730
branch:      3.5
parent:      97650:d05ade34d454
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Fri Sep 04 08:38:45 2015 +0300
summary:
  Fixed merge error.

files:
  Misc/NEWS |  3 ---
  1 files changed, 0 insertions(+), 3 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -82,9 +82,6 @@
 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.
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list