summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-07-18 21:47:39 -0700
committerBenjamin Peterson <benjamin@python.org>2016-07-18 21:47:39 -0700
commit27bf2c814efc5dc7ae7db48eaefeacc5ec4349de (patch)
tree8d4f40cfdd91b42d153b8f82fd32b0089212df2a /Misc
parent20753b0afba40c3ff5ff1ff3fc435c8b3ba9ad60 (diff)
downloadcpython-27bf2c814efc5dc7ae7db48eaefeacc5ec4349de.tar.gz
expose EPOLLRDHUP (closes #27567)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 911a29ead2..55b6800928 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,6 +26,8 @@ Core and Builtins
Library
-------
+- Issue #27567: Expose the EPOLLRDHUP constant in the select module.
+
- Issue #1621: Avoid signed int negation overflow in the "audioop" module.
- Issue #27533: Release GIL in nt._isdir