commit | efa26bcd5085279fc4e9ae96d052272a5214c2bd | [log] [tgz] |
---|---|---|
author | Steve Dower <steve.dower@microsoft.com> | Mon Jul 17 15:43:55 2017 +0200 |
committer | GitHub <noreply@github.com> | Mon Jul 17 15:43:55 2017 +0200 |
tree | 4df2192daf7d5443ff4323f14bc55017a9c746e9 | |
parent | 588836d3e646c2bcb3473cda7c5f6a1e0ff2c2e9 [diff] |
bpo-30450: Fall back to git.exe if no Python is found. (#2739) * bpo-30450: Fall back to git.exe if no Python is found. * Also check whether git.exe is on PATH if it will be used.