diff options
author | Georg Brandl <georg@python.org> | 2014-10-29 09:26:56 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-29 09:26:56 (GMT) |
commit | 525d355984e1afa342aa72fc7867a56eea937a61 (patch) | |
tree | 50a3fe6931bae07791ceab9bb74d76c1aa218296 /Doc/library/select.rst | |
parent | 9bdcb3bc8a71b47ac93bf2d878e81790341d8cfb (diff) | |
download | cpython-525d355984e1afa342aa72fc7867a56eea937a61.zip cpython-525d355984e1afa342aa72fc7867a56eea937a61.tar.gz cpython-525d355984e1afa342aa72fc7867a56eea937a61.tar.bz2 |
Fixing broken links in doc, part 3: the rest
Diffstat (limited to 'Doc/library/select.rst')
-rw-r--r-- | Doc/library/select.rst | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Doc/library/select.rst b/Doc/library/select.rst index 973a0cc..734e426 100644 --- a/Doc/library/select.rst +++ b/Doc/library/select.rst @@ -160,10 +160,7 @@ The module defines the following: .. _devpoll-objects: ``/dev/poll`` Polling Objects ----------------------------------------------- - - http://developers.sun.com/solaris/articles/using_devpoll.html - http://developers.sun.com/solaris/articles/polling_efficient.html +----------------------------- Solaris and derivatives have ``/dev/poll``. While :c:func:`select` is O(highest file descriptor) and :c:func:`poll` is O(number of file |