From: Serhiy Storchaka Date: Fri, 4 Sep 2015 05:34:01 +0000 (+0300) Subject: Merge heads X-Git-Tag: v3.6.0a1~1678^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=66d1865597e6a19cc2cd643b478059d11f80b061;p=python Merge heads --- 66d1865597e6a19cc2cd643b478059d11f80b061 diff --cc Misc/NEWS index 91c38cb4a0,99eca9ecb8..a02cb6aa9b --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -70,12 -82,9 +82,15 @@@ Core and Builtin Library ------- + - 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? ===============================================