[issue20787] typo in asyncio docs for subprocess_exec()
New submission from akira: subprocess' stdout pipe is open for *reading* but its value is documented as an argument for `BaseEventLoop.connect_write_pipe`. It should be `BaseEventLoop.connect_read_pipe` instead. As it currently is for subprocess' stderr. The patch is attached. ---------- assignee: docs@python components: Documentation files: typo-subprocess_exec-docs.patch keywords: patch messages: 212316 nosy: akira, docs@python priority: normal severity: normal status: open title: typo in asyncio docs for subprocess_exec() versions: Python 3.4 Added file: http://bugs.python.org/file34235/typo-subprocess_exec-docs.patch _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue20787> _______________________________________
Changes by Éric Araujo <merwok@netwok.org>: ---------- keywords: +needs review nosy: +haypo stage: -> patch review _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue20787> _______________________________________
Roundup Robot added the comment: New changeset 7a42fb12a736 by Victor Stinner in branch 'default': Close #20787: asyncio doc: fix typo. Patch written by akira. http://hg.python.org/cpython/rev/7a42fb12a736 ---------- nosy: +python-dev resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue20787> _______________________________________
participants (3)
-
akira
-
Roundup Robot
-
Éric Araujo