Donn Cave wrote:
> If you want to use select(), don't use the fileobject
> functions. Use os.read() to read data from the pipe's file
> descriptor (p.stdout.fileno().)  This is how you avoid the
> buffering.
Thankyou, this works perfectly.  I figured it would be something simple.

Marc
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to