[Python-checkins] r69284 - python/branches/py3k/Lib/importlib/NOTES
brett.cannon
python-checkins at python.org
Thu Feb 5 03:53:47 CET 2009
Author: brett.cannon
Date: Thu Feb 5 03:53:47 2009
New Revision: 69284
Log:
Update NOTES for importlib about PathFinder.
Modified:
python/branches/py3k/Lib/importlib/NOTES
Modified: python/branches/py3k/Lib/importlib/NOTES
==============================================================================
--- python/branches/py3k/Lib/importlib/NOTES (original)
+++ python/branches/py3k/Lib/importlib/NOTES Thu Feb 5 03:53:47 2009
@@ -10,7 +10,9 @@
* Create meta_path importer for sys.path.
+ Create hook.
+ + Write tests.
+ Rewrite Import to use the hook.
+ + Document.
* Implement PEP 302 protocol for loaders (should just be a matter of testing).
More information about the Python-checkins
mailing list