Commit 1b245fe9 authored by Denis Bilenko's avatar Denis Bilenko

add docstring for select()

parent 571954cc
......@@ -18,6 +18,7 @@ def get_fileno(obj):
def select(read_list, write_list, error_list, timeout=None):
"""An implementation of :meth:`select.select` that blocks only the current greenlet."""
# QQQ error_list is ignored
hub = get_hub()
current = getcurrent()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment