commit | 39487196c87e28128ea907a0d9b8a88ba53f68d5 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Tue Sep 04 11:01:09 2018 +0200 |
committer | GitHub <noreply@github.com> | Tue Sep 04 11:01:09 2018 +0200 |
tree | bca89e0d6cc9afd2af485019feeff34c821d9caa | |
parent | ec74d187f50a8a48f94eb37023300583fbd644cc [diff] |
bpo-34530: Fix distutils find_executable() (GH-9049) distutils.spawn.find_executable() now falls back on os.defpath if the PATH environment variable is not set.