In message <[EMAIL PROTECTED]>, 
[EMAIL PROTECTED] wrote:

> ... how can I know if the process wrote something to its
> output, and how much it wrote?

Others have mentioned using one-byte reads. To tell if something is
available for reading, use select
<http://docs.python.org/lib/module-select.html>.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to