Skip to content

Commit

Permalink
bpo-35497: add versionadded tag for EPOLLEXCLUSIVE (pythonGH-11162)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zheaoli authored and zhangyangyu committed Dec 19, 2018
1 parent 2b57c43 commit 92330c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Doc/library/select.rst
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,9 @@ Edge and Level Trigger Polling (epoll) Objects
| :const:`EPOLLMSG` | Ignored. |
+-------------------------+-----------------------------------------------+

.. versionadded:: 3.6
:const:`EPOLLEXCLUSIVE` was added. It's only supported by Linux Kernel 4.5
or later.

.. method:: epoll.close()

Expand Down
1 change: 1 addition & 0 deletions Misc/ACKS
Original file line number Diff line number Diff line change
Expand Up @@ -1843,3 +1843,4 @@ Jelle Zijlstra
Gennadiy Zlobin
Doug Zongker
Peter Åstrand
Zheao Li

0 comments on commit 92330c0

Please sign in to comment.