debian/control: Add Build-Depends for `dh-python'.
[mLib-python] / sel-base.pyx
index ca1f365..64e8d08 100644 (file)
@@ -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()