[issue35246] asyncio.create_subprocess_exec doesn't accept pathlib.Path like subprocess does

Andrew Svetlov report at bugs.python.org
Mon May 27 19:15:13 EDT 2019


Andrew Svetlov <andrew.svetlov at gmail.com> added the comment:

All we need is `program = os.fspath(program)` in base_events.py subprocess_exec() method.

Is anybody volunteered to make a patch (with test and docs update, sure)?

----------

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


More information about the Python-bugs-list mailing list