summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-12-27 21:15:41 (GMT)
committerBenjamin Peterson <benjamin@python.org>2011-12-27 21:15:41 (GMT)
commit2fb9ae9dfc5a6830d902332ba93b13387e292ddb (patch)
treecd0411d1e3b9e2ef98afd2f00a3e8945a361cf8c /Misc
parente7437a7cb3c9e8fa945a3e803693fdc0c593876f (diff)
downloadcpython-2fb9ae9dfc5a6830d902332ba93b13387e292ddb.zip
cpython-2fb9ae9dfc5a6830d902332ba93b13387e292ddb.tar.gz
cpython-2fb9ae9dfc5a6830d902332ba93b13387e292ddb.tar.bz2
add a flags parameter to select.epoll
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 1dc721a..43e2637 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -422,6 +422,8 @@ Core and Builtins
Library
-------
+- Add a flags parameter to select.epoll.
+
- Issue #12798: Updated the mimetypes documentation.
- Issue #13626: Add support for SSL Diffie-Hellman key exchange, through the