Skip to content
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

bpo-22536: Set the filename in FileNotFoundError. #3194

Merged
merged 2 commits into from
Aug 24, 2017

Conversation

gpshead
Copy link
Member

@gpshead gpshead commented Aug 23, 2017

Have the subprocess module set the filename in the FileNotFoundError
exception raised on POSIX systems when the executable or cwd are missing.

https://bugs.python.org/issue22536

Have the subprocess module set the filename in the FileNotFoundError
exception raised on POSIX systems when the executable or cwd are missing.
@gpshead gpshead merged commit 8621bb5 into python:master Aug 24, 2017
@gpshead gpshead deleted the subprocess_FileNotFoundError branch August 24, 2017 21:58
@gpshead gpshead self-assigned this Aug 24, 2017
gpshead added a commit to gpshead/cpython that referenced this pull request Sep 4, 2017
Have the subprocess module set the filename in the FileNotFoundError
exception raised on POSIX systems when the executable or cwd are missing.
(cherry picked from commit 8621bb5)
gpshead added a commit that referenced this pull request Sep 4, 2017
* [3.6] bpo-22536: Set the filename in FileNotFoundError. (GH-3194)

Have the subprocess module set the filename in the FileNotFoundError
exception raised on POSIX systems when the executable or cwd are missing.
(cherry picked from commit 8621bb5)

* bpo-22536 [3.6] (GH-3202) skip non-windows tests.
GadgetSteve pushed a commit to GadgetSteve/cpython that referenced this pull request Sep 10, 2017
Have the subprocess module set the filename in the FileNotFoundError
exception raised on POSIX systems when the executable or cwd are missing.
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.

4 participants