Commit e78e6975 authored by R David Murray's avatar R David Murray

Add link to selectors description from its summary line.

parent e092cd9a
...@@ -105,8 +105,9 @@ New library modules: ...@@ -105,8 +105,9 @@ New library modules:
* :mod:`enum`: Support for enumeration types (:pep:`435`). * :mod:`enum`: Support for enumeration types (:pep:`435`).
* :mod:`ensurepip`: Bootstrapping the pip installer (:pep:`453`). * :mod:`ensurepip`: Bootstrapping the pip installer (:pep:`453`).
* :mod:`pathlib`: Object-oriented filesystem paths (:pep:`428`). * :mod:`pathlib`: Object-oriented filesystem paths (:pep:`428`).
* :mod:`selectors`: High-level and efficient I/O multiplexing, built upon the * :mod:`selectors`: :ref:`High-level and efficient I/O multiplexing
:mod:`select` module primitives (part of :pep:`3156`). <whatsnew-selectors>`, built upon the :mod:`select` module primitives (part
of :pep:`3156`).
* :mod:`statistics`: A basic numerically stable statistics library (:pep:`450`). * :mod:`statistics`: A basic numerically stable statistics library (:pep:`450`).
* :mod:`tracemalloc`: Trace Python memory allocations (:pep:`454`). * :mod:`tracemalloc`: Trace Python memory allocations (:pep:`454`).
...@@ -378,6 +379,8 @@ For Python 3.4, this module is considered a :term:`provisional API`. ...@@ -378,6 +379,8 @@ For Python 3.4, this module is considered a :term:`provisional API`.
PEP written and implemented by Antoine Pitrou. PEP written and implemented by Antoine Pitrou.
.. _whatsnew-selectors:
selectors selectors
--------- ---------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment