diff options
author | Manjusaka <lizheao940510@gmail.com> | 2018-12-19 11:59:52 (GMT) |
---|---|---|
committer | Xiang Zhang <angwerzx@126.com> | 2018-12-19 11:59:52 (GMT) |
commit | 92330c0b6d6c253c41a133cc50caea4853c7e311 (patch) | |
tree | a40b0277960a7f7a7e5c1981e94bf315f71aab27 /Doc/library/select.rst | |
parent | 2b57c43f21f891df4c6f2294a3b9e1b9029a16b6 (diff) | |
download | cpython-92330c0b6d6c253c41a133cc50caea4853c7e311.zip cpython-92330c0b6d6c253c41a133cc50caea4853c7e311.tar.gz cpython-92330c0b6d6c253c41a133cc50caea4853c7e311.tar.bz2 |
bpo-35497: add versionadded tag for EPOLLEXCLUSIVE (GH-11162)
Diffstat (limited to 'Doc/library/select.rst')
-rw-r--r-- | Doc/library/select.rst | 3 |
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() |