mirror of
https://github.com/python/cpython.git
synced 2025-09-29 03:35:31 +00:00
Add link to selectors description from its summary line.
This commit is contained in:
parent
8d85678d5c
commit
f9976e7254
1 changed files with 5 additions and 2 deletions
|
@ -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`.
|
||||||
PEP written and implemented by Antoine Pitrou.
|
PEP written and implemented by Antoine Pitrou.
|
||||||
|
|
||||||
|
|
||||||
|
.. _whatsnew-selectors:
|
||||||
|
|
||||||
selectors
|
selectors
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue