[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light
/ cpython Public
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2.7] bpo-34530: Fix distutils find_executable() (GH-9049) #9058

Merged
merged 1 commit into from
Sep 4, 2018
Merged

[2.7] bpo-34530: Fix distutils find_executable() (GH-9049) #9058

merged 1 commit into from
Sep 4, 2018

Conversation

Copy link
Member

vstinner commented Sep 4, 2018

distutils.spawn.find_executable() now falls back on os.defpath if the
PATH environment variable is not set.

(cherry picked from commit 3948719)

https://bugs.python.org/issue34530

distutils.spawn.find_executable() now falls back on os.defpath if the
PATH environment variable is not set.

(cherry picked from commit 3948719)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants