[Python-checkins] peps: Phase 2 of PEP 302 is done.
brett.cannon
python-checkins at python.org
Mon Apr 30 02:04:50 CEST 2012
http://hg.python.org/peps/rev/f1b89efedc7e
changeset: 4323:f1b89efedc7e
parent: 4316:108e9e328481
user: Brett Cannon <brett at python.org>
date: Sun Apr 29 20:04:31 2012 -0400
summary:
Phase 2 of PEP 302 is done.
files:
pep-0302.txt | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
diff --git a/pep-0302.txt b/pep-0302.txt
--- a/pep-0302.txt
+++ b/pep-0302.txt
@@ -162,13 +162,7 @@
list is yet another new object in the sys.module: sys.meta_path.
Currently, this list is empty by default, and frozen and built-in
module imports are done after traversing sys.meta_path, but still
- before sys.path. (Again, later we can add real frozen, built-in and
- sys.path importer objects on sys.meta_path, allowing for some extra
- flexibility, but this could be done as a "phase 2" project, possibly
- for Python 2.4. It would be the finishing touch as then *every*
- import would go through sys.meta_path, making it the central import
- dispatcher.)
-
+ before sys.path.
Specification part 1: The Importer Protocol
--
Repository URL: http://hg.python.org/peps
More information about the Python-checkins
mailing list