Commit 92330c0b authored by Manjusaka's avatar Manjusaka Committed by Xiang Zhang

bpo-35497: add versionadded tag for EPOLLEXCLUSIVE (GH-11162)

parent 2b57c43f
...@@ -317,6 +317,9 @@ Edge and Level Trigger Polling (epoll) Objects ...@@ -317,6 +317,9 @@ Edge and Level Trigger Polling (epoll) Objects
| :const:`EPOLLMSG` | Ignored. | | :const:`EPOLLMSG` | Ignored. |
+-------------------------+-----------------------------------------------+ +-------------------------+-----------------------------------------------+
.. versionadded:: 3.6
:const:`EPOLLEXCLUSIVE` was added. It's only supported by Linux Kernel 4.5
or later.
.. method:: epoll.close() .. method:: epoll.close()
......
...@@ -1843,3 +1843,4 @@ Jelle Zijlstra ...@@ -1843,3 +1843,4 @@ Jelle Zijlstra
Gennadiy Zlobin Gennadiy Zlobin
Doug Zongker Doug Zongker
Peter Åstrand Peter Åstrand
Zheao Li
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