From: Zachary Ware Date: Mon, 21 Dec 2015 20:17:12 +0000 (-0600) Subject: Issue #25827: Merge with 3.5 X-Git-Tag: v3.6.0a1~874 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=266514ae930495c42c99de396131feb98c64bc90;p=python Issue #25827: Merge with 3.5 --- 266514ae930495c42c99de396131feb98c64bc90 diff --cc Misc/NEWS index ff1beefaf9,ef37f5f000..0d9c7dd3a5 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -509,26 -92,13 +509,29 @@@ Test Build ----- + - Issue #25827: Add support for building with ICC to ``configure``, including + a new ``--with-icc`` flag. + - Issue #25696: Fix installation of Python on UNIX with make -j9. +- Issue #24986: It is now possible to build Python on Windows without errors + when external libraries are not available. + - Issue #25798: Update OS X 10.5 installer to use OpenSSL 1.0.2e. +Windows +------- + +- Issue #25022: Removed very outdated PC/example_nt/ directory. + +Tools/Demos +----------- + +- Issue #25440: Fix output of python-config --extension-suffix. + +- Issue #25154: The pyvenv script has been deprecated in favour of + `python3 -m venv`. + What's New in Python 3.5.1 final? =================================