Skip to content

[3.6] bpo-34530: Fix distutils find_executable() (GH-9049)#9071

Closed
vstinner wants to merge 1 commit into
python:3.6from
vstinner:find_executable36
Closed

[3.6] bpo-34530: Fix distutils find_executable() (GH-9049)#9071
vstinner wants to merge 1 commit into
python:3.6from
vstinner:find_executable36

Conversation

@vstinner

@vstinner vstinner commented Sep 5, 2018

Copy link
Copy Markdown
Member

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)
@vstinner

vstinner commented Sep 5, 2018

Copy link
Copy Markdown
Member Author

I succeeded to merge PR #9057. This copy is no longer needed.

@vstinner vstinner closed this Sep 5, 2018
@vstinner vstinner deleted the find_executable36 branch September 5, 2018 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants