diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-12-27 21:15:41 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-12-27 21:15:41 (GMT) |
commit | 2fb9ae9dfc5a6830d902332ba93b13387e292ddb (patch) | |
tree | cd0411d1e3b9e2ef98afd2f00a3e8945a361cf8c /Misc | |
parent | e7437a7cb3c9e8fa945a3e803693fdc0c593876f (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |