summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2015-09-03 15:35:33 -0700
committerBrett Cannon <brett@python.org>2015-09-03 15:35:33 -0700
commit1ebcc9bcb8ad3de35d6079de177b0f1942f0f001 (patch)
tree7f0869f1e6c578ecc64c4d802923c61c474e3bbf
parentfb397790d25c42332e4cfacc01ccb8ab20e3e664 (diff)
parent84368127edf1a166c5940332f79265891960aab7 (diff)
downloadcpython-git-1ebcc9bcb8ad3de35d6079de177b0f1942f0f001.tar.gz
Merge from 3.5 for issue #24913
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f638f69175..3033b45bac 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -145,6 +145,9 @@ Core and Builtins
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?
===============================================