[New-bugs-announce] [issue20787] typo in asyncio docs for subprocess_exec()

akira report at bugs.python.org
Wed Feb 26 23:27:38 CET 2014


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 at python
components: Documentation
files: typo-subprocess_exec-docs.patch
keywords: patch
messages: 212316
nosy: akira, docs at 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 at bugs.python.org>
<http://bugs.python.org/issue20787>
_______________________________________


More information about the New-bugs-announce mailing list