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 akira
Recipients akira, docs@python
Date 2014-02-26.22:27:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393453658.86.0.247755965136.issue20787@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-02-26 22:27:38akirasetrecipients: + akira, docs@python
2014-02-26 22:27:38akirasetmessageid: <1393453658.86.0.247755965136.issue20787@psf.upfronthosting.co.za>
2014-02-26 22:27:38akiralinkissue20787 messages
2014-02-26 22:27:38akiracreate