Issue #16853: Mention the new selectors module in What's New in Python 3.4

This commit is contained in:
Victor Stinner 2013-09-04 20:30:34 +02:00
parent 66a42b4947
commit 4aea4a0c89
1 changed files with 2 additions and 0 deletions

View File

@ -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: