]> granicus.if.org Git - python/commit
Fixes Issue #16114: The subprocess module no longer provides a
authorGregory P. Smith <greg@krypto.org>
Wed, 10 Oct 2012 10:53:16 +0000 (03:53 -0700)
committerGregory P. Smith <greg@krypto.org>
Wed, 10 Oct 2012 10:53:16 +0000 (03:53 -0700)
commit70e0007f550b5af195c4c8da8cff0e44a6c138dd
tree1aa1d79a4182bf64e3ebfc2a63d08a20c5f2cd8f
parentbe51a08b429e540ec266f9e7ef693ebea0971828
parenta10ddb8a5596f2184f013a751768c16a24372adb
Fixes Issue #16114: The subprocess module no longer provides a
misleading error message stating that args[0] did not exist when
either the cwd or executable keyword arguments specified a path that
did not exist.
Misc/NEWS