]> granicus.if.org Git - python/commit
bpo-31961: subprocess now accepts path-like args (GH-4329)
authorAnders Lorentsen <Phaqui@gmail.com>
Tue, 30 Jan 2018 07:27:28 +0000 (08:27 +0100)
committerGregory P. Smith <greg@krypto.org>
Tue, 30 Jan 2018 07:27:28 +0000 (23:27 -0800)
commitdd42cb71f2cb02f3a32f016137b12a146bc0d0e2
treed37a2ca8d77a012cae351b5f8c6654157a706bee
parent14e976e00e65bf343ba0fca016c3c9132a843daf
bpo-31961: subprocess now accepts path-like args (GH-4329)

Allow os.PathLike args in subprocess APIs.
Doc/library/subprocess.rst
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS.d/next/Library/2017-11-08-03-38-20.bpo-31961.x5Sv0R.rst [new file with mode: 0644]