This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Torrin Jones, carlbordum, docs@python, vstinner, yselivanov
Date 2020-10-01.21:16:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601586976.43.0.586633104326.issue29893@roundup.psfhosted.org>
In-reply-to
Content
> This was fixed in https://github.com/python/cpython/pull/12598

Right, thanks. I close the issue.

commit 1328375ad1c91f25a1500945a67b0ef36e387527
Author: Dima Tisnek <dimaqq@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.
History
Date User Action Args
2020-10-01 21:16:16vstinnersetrecipients: + vstinner, docs@python, yselivanov, Torrin Jones, carlbordum
2020-10-01 21:16:16vstinnersetmessageid: <1601586976.43.0.586633104326.issue29893@roundup.psfhosted.org>
2020-10-01 21:16:16vstinnerlinkissue29893 messages
2020-10-01 21:16:16vstinnercreate