Message 212316 - Python tracker (original) (raw)
Message212316
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:38 | akira | set | recipients: + akira, docs@python |
2014-02-26 22:27:38 | akira | set | messageid: 1393453658.86.0.247755965136.issue20787@psf.upfronthosting.co.za |
2014-02-26 22:27:38 | akira | link | issue20787 messages |
2014-02-26 22:27:38 | akira | create |