diff options
author | Raymond Hettinger <python@rcn.com> | 2015-08-26 15:08:38 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2015-08-26 15:08:38 (GMT) |
commit | 87674ec7d51eb99586231fbd6469b10d1f4fa111 (patch) | |
tree | a7230d39fc7176fcb1957713e819643bfe37cca1 /Misc/NEWS | |
parent | 9783e443bc0d653fcec508c501486f7f8ec39668 (diff) | |
download | cpython-87674ec7d51eb99586231fbd6469b10d1f4fa111.zip cpython-87674ec7d51eb99586231fbd6469b10d1f4fa111.tar.gz cpython-87674ec7d51eb99586231fbd6469b10d1f4fa111.tar.bz2 |
Issue #24913: Fix overrun error in deque.index().
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -18,6 +18,9 @@ Library header in part headers. Patch written by Peter Landry and reviewed by Pierre Quentel. +- Issue #24913: Fix overrun error in deque.index(). + Found by John Leitch and Bryce Darling. + - Issue #24774: Fix docstring in http.server.test. Patch from Chiu-Hsiang Hsu. - Issue #21159: Improve message in configparser.InterpolationMissingOptionError. |