summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/select.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/select.rst b/Doc/library/select.rst
index f5b25db..733a91e 100644
--- a/Doc/library/select.rst
+++ b/Doc/library/select.rst
@@ -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()