[Python-checkins] cpython: Make mailing list thread reference an inline link, reword i.e. abbreviation.

r.david.murray python-checkins at python.org
Mon Dec 23 03:15:42 CET 2013


http://hg.python.org/cpython/rev/82d20770d7dd
changeset:   88141:82d20770d7dd
user:        R David Murray <rdmurray at bitdance.com>
date:        Sun Dec 22 21:05:04 2013 -0500
summary:
  Make mailing list thread reference an inline link, reword i.e. abbreviation.

files:
  Doc/whatsnew/3.4.rst |  10 +++++-----
  1 files changed, 5 insertions(+), 5 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
@@ -97,7 +97,7 @@
 * :ref:`improvements <codec-handling-improvements>` in the handling of
   codecs that are not text encodings
 * :ref:`A ModuleSpec Type <whatsnew-pep-451>` for the Import System
-  (:pep:`451`).
+  (:pep:`451`).  (Affects importer authors.)
 
 New library modules:
 
@@ -283,12 +283,12 @@
 ------------------------------------------------
 
 :pep:`451` provides an encapsulation of the information about a module
-that the import machinery will use to load it, (i.e. a module spec).
+that the import machinery will use to load it (that is, a module specification).
 This helps simplify both the import implementation and several
-import-related APIs.  The change is also a stepping stone for several
-future import-related improvements.
+import-related APIs.  The change is also a stepping stone for `several
+future import-related improvements`__.
 
-https://mail.python.org/pipermail/python-dev/2013-November/130111.html
+__ https://mail.python.org/pipermail/python-dev/2013-November/130111.html
 
 The public-facing changes from the PEP are entirely backward-compatible.
 Furthermore, they should be transparent to everyone but importer

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


More information about the Python-checkins mailing list