diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-07-18 21:47:39 -0700 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-07-18 21:47:39 -0700 |
commit | 27bf2c814efc5dc7ae7db48eaefeacc5ec4349de (patch) | |
tree | 8d4f40cfdd91b42d153b8f82fd32b0089212df2a /Misc | |
parent | 20753b0afba40c3ff5ff1ff3fc435c8b3ba9ad60 (diff) | |
download | cpython-27bf2c814efc5dc7ae7db48eaefeacc5ec4349de.tar.gz |
expose EPOLLRDHUP (closes #27567)
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 ------- +- 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 |