diff options
| author | Brett Cannon <brett@python.org> | 2015-09-03 15:35:33 -0700 |
|---|---|---|
| committer | Brett Cannon <brett@python.org> | 2015-09-03 15:35:33 -0700 |
| commit | 1ebcc9bcb8ad3de35d6079de177b0f1942f0f001 (patch) | |
| tree | 7f0869f1e6c578ecc64c4d802923c61c474e3bbf | |
| parent | fb397790d25c42332e4cfacc01ccb8ab20e3e664 (diff) | |
| parent | 84368127edf1a166c5940332f79265891960aab7 (diff) | |
| download | cpython-git-1ebcc9bcb8ad3de35d6079de177b0f1942f0f001.tar.gz | |
Merge from 3.5 for issue #24913
| -rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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? =============================================== |
