• Gregory P. Smith's avatar
    bpo-22536 [3.6] Set filename in FileNotFoundError (#3305) · 1dba3789
    Gregory P. Smith yazdı
    * [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 8621bb5d)
    
    * bpo-22536 [3.6] (GH-3202) skip non-windows tests.
    1dba3789
test_subprocess.py 123 KB