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 [3.6] Set filename in FileNotFoundError #3305

Merged
merged 2 commits into from
Sep 4, 2017

Conversation

gpshead
Copy link
Member

@gpshead gpshead commented Sep 4, 2017

Backport 8621bb5 to 3.6 (GH-3194 & GH-3202)

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.
(cherry picked from commit 8621bb5)
@gpshead gpshead changed the title [3.6] Set filename in FileNotFoundError bpo-22536 [3.6] Set filename in FileNotFoundError Sep 4, 2017
@gpshead gpshead merged commit 1dba378 into python:3.6 Sep 4, 2017
@gpshead gpshead deleted the backport-8621bb5-3.6 branch September 4, 2017 21:25
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