]> granicus.if.org Git - python/commitdiff
Merge heads
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 4 Sep 2015 05:36:05 +0000 (08:36 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 4 Sep 2015 05:36:05 +0000 (08:36 +0300)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 2c0d92b2b97592f47e6bb48d878253a79f2a423a,377ed5252334c401aae8965519e6e04976f0ba40..0e9474297f6a608de8260f312c69fdf14bc4b065
+++ b/Misc/NEWS
@@@ -157,15 -154,9 +166,18 @@@ Core and Builtin
  Library
  -------
  
+ - Issue #24913: Fix overrun error in deque.index().
+   Found by John Leitch and Bryce Darling.
 +- Issue #24913: Fix overrun error in deque.index().
 +  Found by John Leitch and Bryce Darling.
 +
 +- Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is
 +  set beyond size.  Based on patch by John Leitch.
 +
 +- 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?
  ===============================================