summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-09-04 08:27:39 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2015-09-04 08:27:39 +0300
commit58d83aca10db4c39f34fff38ec41ba10f5f9de97 (patch)
tree54fd22f3fc74253f0dec35a5dd68348dc8481886
parent594e54c765c5d53b14547f30ee59018514d44698 (diff)
parent4e63f7a2b4e3602c420c8ae59a16020b14f8ee13 (diff)
downloadcpython-git-58d83aca10db4c39f34fff38ec41ba10f5f9de97.tar.gz
Merge 3.5.0
-rw-r--r--Misc/NEWS9
1 files changed, 6 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e9bb7c2f34..91c38cb4a0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -70,6 +70,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?
===============================================
@@ -92,9 +98,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