[docs] [issue29893] create_subprocess_exec doc doesn't match software

STINNER Victor report at bugs.python.org
Mon Mar 27 08:57:26 EDT 2017


STINNER Victor added the comment:

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 :-)

----------
nosy: +haypo

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


More information about the docs mailing list