summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2013-09-04 18:30:34 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2013-09-04 18:30:34 (GMT)
commit4aea4a0c89698426cc85807c258e85f9c9fd4b28 (patch)
treef86de42a6f82dbf0e6d954e35f410f02e733813c /Doc/whatsnew
parent66a42b4947947f01ed135ba4d80f9169888baa5a (diff)
downloadcpython-4aea4a0c89698426cc85807c258e85f9c9fd4b28.zip
cpython-4aea4a0c89698426cc85807c258e85f9c9fd4b28.tar.gz
cpython-4aea4a0c89698426cc85807c258e85f9c9fd4b28.tar.bz2
Issue #16853: Mention the new selectors module in What's New in Python 3.4
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.4.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index e15e534..c626abd 100644
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -91,6 +91,8 @@ New syntax features:
New library modules:
* :mod:`enum`: Implementation of the :pep:`435`.
+* :mod:`selectors`: High-level and efficient I/O multiplexing, built upon the
+ :mod:`select` module primitives.
New built-in features: