[New-bugs-announce] [issue21758] Not so correct documentation about asyncio.subprocess_shell method

Vajrasky Kok report at bugs.python.org
Sat Jun 14 18:17:58 CEST 2014


New submission from Vajrasky Kok:

subprocess_shell in asyncio accepts cmd as a string or a bytes but the test unit, the documentation and the exception indicates that it only accepts a string.

----------
assignee: docs at python
components: Documentation, asyncio
files: fix_doc_asyncio_subprocess_shell.patch
keywords: patch
messages: 220567
nosy: docs at python, gvanrossum, haypo, vajrasky, yselivanov
priority: normal
severity: normal
status: open
title: Not so correct documentation about asyncio.subprocess_shell method
versions: Python 3.4, Python 3.5
Added file: http://bugs.python.org/file35634/fix_doc_asyncio_subprocess_shell.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21758>
_______________________________________


More information about the New-bugs-announce mailing list