summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2015-09-03 22:34:57 (GMT)
committerBrett Cannon <brett@python.org>2015-09-03 22:34:57 (GMT)
commit84368127edf1a166c5940332f79265891960aab7 (patch)
tree4f6969a5f8a57372411de1be71bfc36504c67434
parent594e54c765c5d53b14547f30ee59018514d44698 (diff)
parentdf6b544ff6f342e8a64056e627867a70413bfdb0 (diff)
downloadcpython-84368127edf1a166c5940332f79265891960aab7.zip
cpython-84368127edf1a166c5940332f79265891960aab7.tar.gz
cpython-84368127edf1a166c5940332f79265891960aab7.tar.bz2
Merge from 3.5.0 for issue #24913
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e9bb7c2..4ac70d5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -70,6 +70,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?
===============================================