Commit 2495c6af authored by Antoine Pitrou's avatar Antoine Pitrou

Merge

parents 13f8b682 f450c1b9
...@@ -26,6 +26,7 @@ The module defines the following: ...@@ -26,6 +26,7 @@ The module defines the following:
.. function:: devpoll() .. function:: devpoll()
(Only supported on Solaris and derivatives.) Returns a ``/dev/poll`` (Only supported on Solaris and derivatives.) Returns a ``/dev/poll``
polling object; see section :ref:`devpoll-objects` below for the polling object; see section :ref:`devpoll-objects` below for the
methods supported by devpoll objects. methods supported by devpoll objects.
...@@ -33,7 +34,7 @@ The module defines the following: ...@@ -33,7 +34,7 @@ The module defines the following:
:c:func:`devpoll` objects are linked to the number of file :c:func:`devpoll` objects are linked to the number of file
descriptors allowed at the time of instantiation. If your program descriptors allowed at the time of instantiation. If your program
reduces this value, :c:func:`devpoll` will fail. If your program reduces this value, :c:func:`devpoll` will fail. If your program
increases this value, c:func:`devpoll` may return an increases this value, :c:func:`devpoll` may return an
incomplete list of active file descriptors. incomplete list of active file descriptors.
.. versionadded:: 3.3 .. versionadded:: 3.3
......
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