X-Git-Url: https://git.distorted.org.uk/~mdw/mLib-python/blobdiff_plain/5b1830f325c55c70d65fd020f08dd958493e528d..HEAD:/sel-base.pyx diff --git a/sel-base.pyx b/sel-base.pyx index ca1f365..64e8d08 100644 --- a/sel-base.pyx +++ b/sel-base.pyx @@ -26,6 +26,7 @@ cdef sel_state _sel def select(): + """select(): wait for I/O and/or timeouts""" if sel_select(&_sel) and errno != EINTR and errno != EAGAIN: _oserror()