]> granicus.if.org Git - python/commit
bpo-28624: Add a test that checks that cwd parameter of Popen() accepts PathLike...
authorSayan Chowdhury <sayan.chowdhury2012@gmail.com>
Sun, 26 Feb 2017 17:06:10 +0000 (22:36 +0530)
committerBerker Peksag <berker.peksag@gmail.com>
Sun, 26 Feb 2017 17:06:10 +0000 (20:06 +0300)
commitd5c11f7ace48701bb950c6345deee88c35c66e26
treed9bc96e3eac6e73e71ace58da749eaa49f17d91e
parent6b4a5f45e2df524174a97832571c82c76a3d424a
bpo-28624: Add a test that checks that cwd parameter of Popen() accepts PathLike objects (#157)
Doc/library/subprocess.rst
Lib/test/test_subprocess.py
Misc/ACKS
Misc/NEWS