Skip to content

[3.8] bpo-40592: shutil.which will not return None anymore if ; is the last char in PATHEXT (GH-20088) #22913

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

Merged
merged 2 commits into from
Oct 23, 2020

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Oct 23, 2020

shutil.which will not return None anymore for empty str in PATHEXT
Empty PATHEXT will now be defaulted to _WIN_DEFAULT_PATHEXT
(cherry picked from commit da6f098)

Co-authored-by: Christopher Marchfelder marchfelder@googlemail.com

https://bugs.python.org/issue40592

Automerge-Triggered-By: GH:Mariatta

… char in PATHEXT (pythonGH-20088)

shutil.which will not return None anymore for empty str in PATHEXT
Empty PATHEXT will now be defaulted to _WIN_DEFAULT_PATHEXT
(cherry picked from commit da6f098)

Co-authored-by: Christopher Marchfelder <marchfelder@googlemail.com>
@miss-islington
Copy link
Contributor Author

@peanutlord and @zooba: Status check is done, and it's a success ✅ .

@miss-islington
Copy link
Contributor Author

@peanutlord and @zooba: Status check is done, and it's a failure ❌ .

@miss-islington miss-islington merged commit 8b4842b into python:3.8 Oct 23, 2020
@miss-islington miss-islington deleted the backport-da6f098-3.8 branch October 23, 2020 21:38
@miss-islington
Copy link
Contributor Author

@peanutlord and @zooba: Status check is done, and it's a failure ❌ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants