[Python-checkins] cpython: Add link to selectors description from its summary line.

r.david.murray python-checkins at python.org
Mon Dec 23 17:26:13 CET 2013


http://hg.python.org/cpython/rev/f83e8cf96c0a
changeset:   88154:f83e8cf96c0a
user:        R David Murray <rdmurray at bitdance.com>
date:        Mon Dec 23 10:32:02 2013 -0500
summary:
  Add link to selectors description from its summary line.

files:
  Doc/whatsnew/3.4.rst |  7 +++++--
  1 files changed, 5 insertions(+), 2 deletions(-)


diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -105,8 +105,9 @@
 * :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 @@
       PEP written and implemented by Antoine Pitrou.
 
 
+.. _whatsnew-selectors:
+
 selectors
 ---------
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list