mirror of https://github.com/python/cpython
Issue #16853: Mention the new selectors module in What's New in Python 3.4
This commit is contained in:
parent
66a42b4947
commit
4aea4a0c89
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue