[Python-checkins] cpython (merge 3.3 -> default): Merge: Clarify description of who needs to worry about importlib changes.

r.david.murray python-checkins at python.org
Sat Sep 29 20:35:56 CEST 2012


http://hg.python.org/cpython/rev/766159fa5f68
changeset:   79260:766159fa5f68
parent:      79258:344d67063c8f
parent:      79259:efb34b311132
user:        R David Murray <rdmurray at bitdance.com>
date:        Sat Sep 29 14:35:44 2012 -0400
summary:
  Merge: Clarify description of who needs to worry about importlib changes.

files:
  Doc/whatsnew/3.3.rst |  9 ++++-----
  1 files changed, 4 insertions(+), 5 deletions(-)


diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -616,11 +616,10 @@
 import semantics. And finally it eases the maintenance of import, allowing for
 future growth to occur.
 
-For the common user, this change should result in no visible change in
-semantics. Any possible changes required in one's code to handle this change
-should read the `Porting Python code`_ section of this document to see what
-needs to be changed, but it will only affect those that currently manipulate
-import or try calling it programmatically.
+For the common user, there should be no visible change in semantics.  For
+those whose code currently manipulates import or calls import
+programmatically, the code changes that might possibly be required are covered
+in the `Porting Python code`_ section of this document.
 
 New APIs
 --------

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


More information about the Python-checkins mailing list