changeset: 97639:d093d87e449c branch: 3.5 parent: 97636:a5858c30db7c parent: 97638:9f8c59e61594 user: Brett Cannon date: Thu Sep 03 15:34:57 2015 -0700 files: Misc/NEWS description: Merge from 3.5.0 for issue #24913 diff -r a5858c30db7c -r d093d87e449c Misc/NEWS --- a/Misc/NEWS Fri Sep 04 01:08:03 2015 +0300 +++ b/Misc/NEWS Thu Sep 03 15:34:57 2015 -0700 @@ -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? ===============================================