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

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


https://hg.python.org/cpython/rev/bd165adf086a
changeset:   97652:bd165adf086a
parent:      97651:96c79e2a8cef
parent:      97646:50d38fa13282
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Fri Sep 04 08:36:05 2015 +0300
summary:
  Merge heads

files:
  Misc/NEWS |  12 ++++++++++++
  1 files changed, 12 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -80,6 +80,15 @@
 Tests
 -----
 
+- PCbuild\rt.bat now accepts an unlimited number of arguments to pass along
+  to regrtest.py.  Previously there was a limit of 9.
+
+Build
+-----
+
+- Issue #24986: It is now possible to build Python on Windows without errors
+  when external libraries are not available.
+
 
 What's New in Python 3.5.1
 ==========================
@@ -160,6 +169,9 @@
 - 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.
 

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


More information about the Python-checkins mailing list