[Python-checkins] cpython (merge 3.5 -> default): Merge 3.5.0

serhiy.storchaka python-checkins at python.org
Fri Sep 4 07:37:04 CEST 2015


https://hg.python.org/cpython/rev/9d01d914bd3f
changeset:   97649:9d01d914bd3f
parent:      97637:215800fb955d
parent:      97648:566e02049429
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Fri Sep 04 08:29:00 2015 +0300
summary:
  Merge 3.5.0

files:
  Misc/NEWS |  9 ++++++---
  1 files changed, 6 insertions(+), 3 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -145,6 +145,12 @@
 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 @@
 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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list