[issue31961] subprocess._execute_child doesn't accept a single PathLike argument for args

Anders Lorentsen report at bugs.python.org
Tue Nov 7 22:49:14 EST 2017


Anders Lorentsen <phaqui at gmail.com> added the comment:

While researching this, I discovered that on MS Windows

>>> subprocess.run([pathlike_object, additional_arguments])

did not run like it did on Posix. My PR includes this problem and it's fix.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31961>
_______________________________________


More information about the Python-bugs-list mailing list