summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/NOTES
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/importlib/NOTES')
-rw-r--r--Lib/importlib/NOTES2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/importlib/NOTES b/Lib/importlib/NOTES
index 5d87a0f..97db642 100644
--- a/Lib/importlib/NOTES
+++ b/Lib/importlib/NOTES
@@ -10,7 +10,9 @@ to do
* 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).