[Python-checkins] cpython (merge 3.5 -> 3.5): Merge from 3.5.0 for issue #24913

brett.cannon python-checkins at python.org
Fri Sep 4 00:35:55 CEST 2015


https://hg.python.org/cpython/rev/d093d87e449c
changeset:   97639:d093d87e449c
branch:      3.5
parent:      97636:a5858c30db7c
parent:      97638:9f8c59e61594
user:        Brett Cannon <brett at python.org>
date:        Thu Sep 03 15:34:57 2015 -0700
summary:
  Merge from 3.5.0 for issue #24913

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


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -70,6 +70,9 @@
 Library
 -------
 
+- Issue #24913: Fix overrun error in deque.index().
+  Found by John Leitch and Bryce Darling.
+
 
 What's New in Python 3.5.0 release candidate 2?
 ===============================================

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


More information about the Python-checkins mailing list