[issue29893] create_subprocess_exec doc doesn't match software

2017-03-24 Thread Torrin Jones
Changes by Torrin Jones <torr...@gmail.com>: -- assignee: -> docs@python components: +Documentation nosy: +docs@python type: -> behavior ___ Python tracker <rep...@bugs.python.org> <http://bugs.

[issue29893] create_subprocess_exec doc doesn't match software

2017-03-23 Thread Torrin Jones
New submission from Torrin Jones: The documentation for asyncio.create_subprocess_exec says this is the definition . . . asyncio.create_subprocess_exec(*args, stdin=None, stdout=None, stderr=None, loop=None, limit=None, **kwds) The actual definition is this . . . def create_subprocess_exec