diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-07-19 05:02:44 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-07-19 05:02:44 (GMT) |
commit | 0715ce358af2e8ad5606a6e369ecc9489326a34c (patch) | |
tree | 3dcf29b861f8f6c2c2f67412eaa734bba63879ad /Misc | |
parent | 96e97169ccf5b2cdd4eea267205f96535e037ec6 (diff) | |
download | cpython-0715ce358af2e8ad5606a6e369ecc9489326a34c.zip cpython-0715ce358af2e8ad5606a6e369ecc9489326a34c.tar.gz cpython-0715ce358af2e8ad5606a6e369ecc9489326a34c.tar.bz2 |
add EPOLLEXCLUSIVE
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |