New submission from Alexandre JABORSKA:
The asyncio.subprocess.Process.wait() documentation mention "self" parameter (typo ?) and don't tell it's a coroutine.
---------- assignee: docs@python components: Documentation messages: 213753 nosy: ajaborsk, docs@python priority: normal severity: normal status: open title: asyncio.docs : asyncio.subprocess.Process.wait() method typo type: enhancement versions: Python 3.4
_______________________________________ Python tracker report@bugs.python.org http://bugs.python.org/issue20950 _______________________________________
Roundup Robot added the comment:
New changeset 1009cf8cb304 by Victor Stinner in branch 'default': Issue #20950: Fix typo asyncio doc, wait() has no self parameter http://hg.python.org/cpython/rev/1009cf8cb304
---------- nosy: +python-dev
_______________________________________ Python tracker report@bugs.python.org http://bugs.python.org/issue20950 _______________________________________
STINNER Victor added the comment:
Thanks, it has been fixed (in 12 minutes ;-)). I also mentionned that communicate() and wait() are coroutines.
---------- nosy: +haypo resolution: -> fixed status: open -> closed
_______________________________________ Python tracker report@bugs.python.org http://bugs.python.org/issue20950 _______________________________________