[issue29893] create_subprocess_exec doc doesn't match software

STINNER Victor report at bugs.python.org
Thu Oct 1 17:16:16 EDT 2020


STINNER Victor <vstinner at python.org> added the comment:

> This was fixed in https://github.com/python/cpython/pull/12598

Right, thanks. I close the issue.

commit 1328375ad1c91f25a1500945a67b0ef36e387527
Author: Dima Tisnek <dimaqq at gmail.com>
Date:   Fri Apr 5 23:02:28 2019 +0900

    Fix doc for create_subprocess_exec (GH-12598)
    
    
    
    Add missing `program` argument to asyncio.create_subprocess_exec documentation.

----------
resolution:  -> fixed
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list