]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
issue26083: Avoid duplicate error message string from a subprocess exec failure.Avoid...
authorGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org>
Sat, 28 May 2016 19:24:14 +0000 (19:24 +0000)
committerGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org>
Sat, 28 May 2016 19:24:14 +0000 (19:24 +0000)
commit253c0bff9aaabaf455534d65eeaefee6d7967ef9
tree2b5e1da21751afff4f4eb3766be9f94857f6a52b
parentcb0fc27f207e1e0ace57b8ceac1391bd4e79ad46
issue26083: Avoid duplicate error message string from a subprocess exec failure.Avoid a duplicate error message string from a subprocess exec failure.
:P
Lib/subprocess.py