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

> Calling try3() yields the error:
>   File "./test.py", line 54, in try3
>     print os.read(fout.fileno(),256)
> OSError: [Errno 35] Resource temporarily unavailable

That's what's supposed to happen. That's telling you there are no bytes
currently available to be read.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to