[Python-checkins] peps: It's finders and loaders that will be impacted.

eric.smith python-checkins at python.org
Fri Apr 20 14:12:03 CEST 2012


http://hg.python.org/peps/rev/e6377df308cb
changeset:   4286:e6377df308cb
user:        Eric V. Smith <eric at trueblade.com>
date:        Fri Apr 20 08:11:56 2012 -0400
summary:
  It's finders and loaders that will be impacted.

files:
  pep-0420.txt |  5 +++--
  1 files changed, 3 insertions(+), 2 deletions(-)


diff --git a/pep-0420.txt b/pep-0420.txt
--- a/pep-0420.txt
+++ b/pep-0420.txt
@@ -140,8 +140,8 @@
 created as a package. The creation of the namespace package is not
 deferred until a sub-level import occurs.
 
-Impact on Import Hooks
-----------------------
+Impact on Import Finders and Loaders
+------------------------------------
 
 To be determined in the sample implementation.
 
@@ -183,7 +183,7 @@
 References
 ==========
 
-.. [1] Namespace Packages resolution
+.. [1] PyCon 2012 Namespace Package discussion outcome
        (http://mail.python.org/pipermail/import-sig/2012-March/000421.html)
 
 .. [2] Nick Coglan's objection to the lack of marker files or directories

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


More information about the Python-checkins mailing list