]> granicus.if.org Git - python/commit
Revert "bpo-31961: subprocess now accepts path-like args (GH-4329)" (GH-5912) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 27 Feb 2018 23:30:30 +0000 (15:30 -0800)
committerNed Deily <nad@python.org>
Tue, 27 Feb 2018 23:30:30 +0000 (18:30 -0500)
commitb7dcae358e9d5a3ac9dafec9f6b64e9a66843ad8
tree49bf49d597c5817d37e3eaa5156c094a41ae4106
parent88369bf54580065efe2fbe46deba7e790ee41a9b
Revert "bpo-31961: subprocess now accepts path-like args (GH-4329)" (GH-5912) (GH-5931)

* Revert "bpo-31961: subprocess now accepts path-like args (GH-4329)"

This reverts commit dd42cb71f2cb02f3a32f016137b12a146bc0d0e2.
(cherry picked from commit be50a7b627d0aa37e08fa8e2d5568891f19903ce)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Doc/library/subprocess.rst
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS.d/3.7.0b1.rst