消息 [161356]
Personally, I would factor out the code for Popen.communicate() in to a Communicator class which wraps a Popen object and has a method
communicate(input, timeout=None) -> (bytes_written, output, error)
On Windows this would use threads, and on Unix, select. |
|
| 日期 |
用户 |
动作 |
参数 |
| 2012-05-22 14:27:40 | sbt | 修改 | recipients:
+ sbt, josiahcarlson, astrand, parameter, techtonik, giampaolo.rodola, ajaksu2, ooooooooo, r.david.murray, ericpruitt, BreamoreBoy, Andrew.Boettcher, rosslagerwall |
| 2012-05-22 14:27:40 | sbt | 修改 | messageid: <1337696860.87.0.0554651711103.issue1191964@psf.upfronthosting.co.za> |
| 2012-05-22 14:27:40 | sbt | 链接 | issue1191964 messages |
| 2012-05-22 14:27:40 | sbt | 创建 | |
|