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

Commits on Sep 4, 2017

  1. [3.6] bpo-22536: Set the filename in FileNotFoundError. (pythonGH-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)
    gpshead committed Sep 4, 2017
    Configuration menu
    Copy the full SHA
    05da553 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92929c4 View commit details
    Browse the repository at this point in the history