summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-07-19 05:02:44 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-07-19 05:02:44 (GMT)
commit0715ce358af2e8ad5606a6e369ecc9489326a34c (patch)
tree3dcf29b861f8f6c2c2f67412eaa734bba63879ad /Misc
parent96e97169ccf5b2cdd4eea267205f96535e037ec6 (diff)
downloadcpython-0715ce358af2e8ad5606a6e369ecc9489326a34c.zip
cpython-0715ce358af2e8ad5606a6e369ecc9489326a34c.tar.gz
cpython-0715ce358af2e8ad5606a6e369ecc9489326a34c.tar.bz2
add EPOLLEXCLUSIVE
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 55b6800..0ff80f0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,6 +26,8 @@ Core and Builtins
Library
-------
+- Expose the EPOLLEXCLUSIVE (when it is defined) in the select module.
+
- Issue #27567: Expose the EPOLLRDHUP constant in the select module.
- Issue #1621: Avoid signed int negation overflow in the "audioop" module.