This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients gvanrossum, vstinner, yselivanov
Date 2014-03-27.23:10:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395961839.47.0.279247512768.issue21080@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-03-27 23:10:39vstinnersetrecipients: + vstinner, gvanrossum, yselivanov
2014-03-27 23:10:39vstinnersetmessageid: <1395961839.47.0.279247512768.issue21080@psf.upfronthosting.co.za>
2014-03-27 23:10:39vstinnerlinkissue21080 messages
2014-03-27 23:10:39vstinnercreate