[Python-checkins] peps: Make it clear that only finders change, not loaders.

eric.smith python-checkins at python.org
Tue May 1 00:05:29 CEST 2012


http://hg.python.org/peps/rev/02805cdc0604
changeset:   4326:02805cdc0604
user:        Eric V. Smith <eric at trueblade.com>
date:        Mon Apr 30 18:05:25 2012 -0400
summary:
  Make it clear that only finders change, not loaders.

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


diff --git a/pep-0420.txt b/pep-0420.txt
--- a/pep-0420.txt
+++ b/pep-0420.txt
@@ -159,6 +159,7 @@
 the string that will be recorded and later used as a component of the
 namespace module's __path__, as described above.
 
+There is no impact on PEP 302 "loaders".
 
 Discussion
 ==========

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


More information about the Python-checkins mailing list