➜

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.

作者 giampaolo.rodola
收信人 Andrew.Boettcher, ajaksu2, astrand, cvrebert, ericpruitt, eryksun, giampaolo.rodola, janzert, josiahcarlson, ooooooooo, parameter, r.david.murray, rosslagerwall, sbt, techtonik, v+python
日期 2014-04-07.12:27:24
SpamBayes Score -1.0
Marked as misclassified 是
Message-id <1396873644.49.0.355178342837.issue1191964@psf.upfronthosting.co.za>
In-reply-to
内容
Some initial comments here: http://bugs.python.org/review/1191964/#msg1.
Also, if I think about integrating this into an IO loop it seems natural to me to think about timeouts. How complicated would it be to do this?

data = proc.read_nonblocking(timeout=0)
data = proc.read_stderr_nonblocking(timeout=0)
历史
日期 用户 动作 参数
2014-04-07 12:27:24giampaolo.rodola修改recipients: + giampaolo.rodola, josiahcarlson, astrand, parameter, techtonik, ajaksu2, ooooooooo, v+python, r.david.murray, cvrebert, ericpruitt, Andrew.Boettcher, rosslagerwall, sbt, janzert, eryksun
2014-04-07 12:27:24giampaolo.rodola修改messageid: <1396873644.49.0.355178342837.issue1191964@psf.upfronthosting.co.za>
2014-04-07 12:27:24giampaolo.rodola链接issue1191964 messages
2014-04-07 12:27:24giampaolo.rodola创建