mirror of
https://github.com/python/cpython.git
synced 2025-09-28 19:25:27 +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:`ensurepip`: Bootstrapping the pip installer (:pep:`453`).
|
||||
* :mod:`pathlib`: Object-oriented filesystem paths (:pep:`428`).
|
||||
* :mod:`selectors`: High-level and efficient I/O multiplexing, built upon the
|
||||
:mod:`select` module primitives (part of :pep:`3156`).
|
||||
* :mod:`selectors`: :ref:`High-level and efficient I/O multiplexing
|
||||
<whatsnew-selectors>`, built upon the :mod:`select` module primitives (part
|
||||
of :pep:`3156`).
|
||||
* :mod:`statistics`: A basic numerically stable statistics library (:pep:`450`).
|
||||
* :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.
|
||||
|
||||
|
||||
.. _whatsnew-selectors:
|
||||
|
||||
selectors
|
||||
---------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue