]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30450: Fix logic for retrying nuget.exe download (#2744)
authorSteve Dower <steve.dower@microsoft.com>
Tue, 18 Jul 2017 17:31:51 +0000 (19:31 +0200)
committerGitHub <noreply@github.com>
Tue, 18 Jul 2017 17:31:51 +0000 (19:31 +0200)
commit5feda33a35d9413e2073411b848dc49d94c57497
tree8feca7a57aa1a9cfc173bb83650954b82d123997
parent4ed5ad79ec6c6270e6018bd0a55656305ee60907
bpo-30450: Fix logic for retrying nuget.exe download (#2744)

Fix logic for retrying nuget.exe download with Python.
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
.github/appveyor.yml
PCbuild/find_python.bat