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 <rep...@bugs.python.org>
<http://bugs.python.org/issue20787>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to