summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS9
1 files changed, 6 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f638f69175..b9a595a746 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -145,6 +145,12 @@ Core and Builtins
Library
-------
+- 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?
===============================================
@@ -167,9 +173,6 @@ Core and Builtins
Library
-------
-- Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is
- set beyond size. Based on patch by John Leitch.
-
- Issue #24847: Removes vcruntime140.dll dependency from Tcl/Tk.
- Issue #24839: platform._syscmd_ver raises DeprecationWarning