Non-Blocking IO

Hendrik van Rooyen mail at microcorp.co.za
Sat Sep 1 04:18:03 EDT 2007


 "mp" <mail....il.com> 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

This means there is no data available- its actually working!

- Hendrik




More information about the Python-list mailing list