From: Victor Stinner Date: Wed, 4 Sep 2013 18:30:34 +0000 (+0200) Subject: Issue #16853: Mention the new selectors module in What's New in Python 3.4 X-Git-Tag: v3.4.0a2~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4aea4a0c89698426cc85807c258e85f9c9fd4b28;p=thirdparty%2FPython%2Fcpython.git Issue #16853: Mention the new selectors module in What's New in Python 3.4 --- diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index e15e53442855..c626abd3cd35 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: