Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
e78e6975
Commit
e78e6975
authored
Dec 23, 2013
by
R David Murray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add link to selectors description from its summary line.
parent
e092cd9a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
Doc/whatsnew/3.4.rst
Doc/whatsnew/3.4.rst
+5
-2
No files found.
Doc/whatsnew/3.4.rst
View file @
e78e6975
...
@@ -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
---------
---------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment