[issue21080] asyncio.subprocess: connect pipes of two programs

STINNER Victor report at bugs.python.org
Fri Mar 28 00:10:39 CET 2014


New submission from STINNER Victor:

With the current asyncio API, it's not possible to implement the shell command "ls | wc -l" in Python: connect the stdin of a consumer to the stdin of a producer.

----------
messages: 214994
nosy: gvanrossum, haypo, yselivanov
priority: normal
severity: normal
status: open
title: asyncio.subprocess: connect pipes of two programs
type: enhancement
versions: Python 3.5

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


More information about the Python-bugs-list mailing list