[Python-checkins] [python/cpython] e99d3a: [3.6] bpo-30450: Improved logic for obtaining depe...
GitHub
noreply at github.com
Wed Jul 19 03:11:10 EDT 2017
Branch: refs/heads/3.6
Home: https://github.com/python/cpython
Commit: e99d3a52a50b3f836fb9fb88f317aacddd494858
https://github.com/python/cpython/commit/e99d3a52a50b3f836fb9fb88f317aacddd494858
Author: Steve Dower <steve.dower at microsoft.com>
Date: 2017-07-19 (Wed, 19 Jul 2017)
Changed paths:
M .github/appveyor.yml
M Doc/make.bat
M PCbuild/build.bat
A PCbuild/find_python.bat
M PCbuild/get_externals.bat
A PCbuild/urlretrieve.py
M Tools/msi/buildrelease.bat
M Tools/msi/get_externals.bat
Log Message:
-----------
[3.6] bpo-30450: Improved logic for obtaining dependencies (#2751)
Adds alternate download approach for nuget.exe
Fall back to git.exe if no Python is found. (#2739)
Also check whether git.exe is on PATH if it will be used.
Add support for HOST_PYTHON variable.
Clear internal environment variables used in find_python.bat
Use HOST_PYTHON as the actual Python if it is recent enough.
Adds HOST_PYTHON variable to AppVeyor configuration
More information about the Python-checkins
mailing list