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@python
components: Documentation, asyncio
files: fix_doc_asyncio_subprocess_shell.patch
keywords: patch
messages: 220567
nosy: docs@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue21758>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to