[Python-checkins] cpython: Reflow 'modulespec' paragraphs.

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


http://hg.python.org/cpython/rev/f65ac78d8e25
changeset:   88142:f65ac78d8e25
user:        R David Murray <rdmurray at bitdance.com>
date:        Sun Dec 22 21:06:13 2013 -0500
summary:
  Reflow 'modulespec' paragraphs.

files:
  Doc/whatsnew/3.4.rst |  19 +++++++++----------
  1 files changed, 9 insertions(+), 10 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
@@ -282,20 +282,19 @@
 PEP 451: A ModuleSpec Type for the Import System
 ------------------------------------------------
 
-:pep:`451` provides an encapsulation of the information about a module
-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`__.
+:pep:`451` provides an encapsulation of the information about a module 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`__.
 
 __ 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
-authors.  Key finder and loader methods have been deprecated, but they
-will continue working.  New importers should use the new methods
-described in the PEP.  Existing importers should be updated to implement
-the new methods.
+Furthermore, they should be transparent to everyone but importer authors.  Key
+finder and loader methods have been deprecated, but they will continue working.
+New importers should use the new methods described in the PEP.  Existing
+importers should be updated to implement the new methods.
 
 
 Other Language Changes

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


More information about the Python-checkins mailing list