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, docs@python, vstinner, yselivanov
Date 2017-03-27.12:57:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490619446.28.0.990895370912.issue29893@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, I wrote "def create_subprocess_exec(program, *args," to implicitly check that args is non empty.

We can either change the function prototype to check that args is non-empty in the body, or just update the documentation.

The documentation is not exactly wrong :-)
History
Date User Action Args
2017-03-27 12:57:26vstinnersetrecipients: + vstinner, docs@python, yselivanov, Torrin Jones
2017-03-27 12:57:26vstinnersetmessageid: <1490619446.28.0.990895370912.issue29893@psf.upfronthosting.co.za>
2017-03-27 12:57:26vstinnerlinkissue29893 messages
2017-03-27 12:57:26vstinnercreate