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

Gregory P. Smith report at bugs.python.org
Tue Jan 30 02:36:58 EST 2018


Gregory P. Smith <greg at krypto.org> added the comment:

Thanks for the PR!  I accepted it as this makes sense as a feature.

<meme> pathlib all the things! </meme>

I think the code be polished up a bit to not rely on catching TypeError but this gets the feature in before the 3.7 feature freeze (just).  If further changes are needed or bugs are found, they can be addressed during the 3.7 betas. :)

----------
resolution:  -> fixed
stage: patch review -> commit review
status: open -> closed
type:  -> enhancement

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


More information about the Python-bugs-list mailing list