From: Victor Stinner Date: Sun, 13 Dec 2015 20:21:36 +0000 (+0100) Subject: (Merge 3.5) Issue #25696: Fix installation of Python on UNIX with make -j9. X-Git-Tag: v3.6.0a1~919 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=117051afa9580d40b3d148504006f609f4e85c6b;p=python (Merge 3.5) Issue #25696: Fix installation of Python on UNIX with make -j9. --- 117051afa9580d40b3d148504006f609f4e85c6b diff --cc Misc/NEWS index 311e80bcd6,490358136a..aadc3cb45b --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -492,24 -84,10 +492,26 @@@ Test Build ----- + - 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? =================================