mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
merge with 3.4
This commit is contained in:
commit
794e9bf1fe
41 changed files with 145 additions and 164 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue