]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-35497: add versionadded tag for EPOLLEXCLUSIVE (GH-11162)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 19 Dec 2018 12:05:48 +0000 (04:05 -0800)
committerGitHub <noreply@github.com>
Wed, 19 Dec 2018 12:05:48 +0000 (04:05 -0800)
(cherry picked from commit 92330c0b6d6c253c41a133cc50caea4853c7e311)

Co-authored-by: Manjusaka <lizheao940510@gmail.com>
Doc/library/select.rst
Misc/ACKS

index 955ac2a8ef425525cb84ebc0983195a961d2fe7c..5b8fd7ee805c5216c6ce6ff9046688144c878ac3 100644 (file)
@@ -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()
 
index c35ef1c0fa35b15e60e10253033e4cf2e6fed3f3..f384084912881cc2dfee75bb7168a9ea97ef45e9 100644 (file)
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1821,3 +1821,4 @@ Jelle Zijlstra
 Gennadiy Zlobin
 Doug Zongker
 Peter Åstrand
+Zheao Li