]> granicus.if.org Git - python/commit
bpo-28624: Add a test that checks that cwd parameter of Popen() accepts PathLike...
authorBerker Peksag <berker.peksag@gmail.com>
Sun, 26 Feb 2017 17:38:31 +0000 (20:38 +0300)
committerGitHub <noreply@github.com>
Sun, 26 Feb 2017 17:38:31 +0000 (20:38 +0300)
commit6b81003bdbd9375886bae54f876650bcdccfe6c7
tree51c876f85b1b5d76d251bb2f93da6759e8395b9e
parentdeea29e61e61f0e216bff3f0ca008f5ee231793f
bpo-28624: Add a test that checks that cwd parameter of Popen() accepts PathLike objects (#157) (#323)

(cherry picked from commit d5c11f7ace48701bb950c6345deee88c35c66e26)
Doc/library/subprocess.rst
Lib/test/test_subprocess.py
Misc/ACKS
Misc/NEWS