summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-07-19 04:47:39 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-07-19 04:47:39 (GMT)
commit96e97169ccf5b2cdd4eea267205f96535e037ec6 (patch)
treeb01b8996e38bd3a319fa09ebfb54358860aa64fa /Doc/library
parent6fb90905e2c5e42e19484046757fd098df2c6fcf (diff)
downloadcpython-96e97169ccf5b2cdd4eea267205f96535e037ec6.zip
cpython-96e97169ccf5b2cdd4eea267205f96535e037ec6.tar.gz
cpython-96e97169ccf5b2cdd4eea267205f96535e037ec6.tar.bz2
expose EPOLLRDHUP (closes #27567)
Diffstat (limited to 'Doc/library')
-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 6cec9f7..93f01a3 100644
--- a/Doc/library/select.rst
+++ b/Doc/library/select.rst
@@ -285,6 +285,9 @@ Edge and Level Trigger Polling (epoll) Objects
| :const:`EPOLLONESHOT` | Set one-shot behavior. After one event is |
| | pulled out, the fd is internally disabled |
+-----------------------+-----------------------------------------------+
+ | :const:`EPOLLRDHUP` | Stream socket peer closed connection or shut |
+ | | down writing half of connection. |
+ +-----------------------+-----------------------------------------------+
| :const:`EPOLLRDNORM` | Equivalent to :const:`EPOLLIN` |
+-----------------------+-----------------------------------------------+
| :const:`EPOLLRDBAND` | Priority data band can be read. |