commit | 64a3a65c2665681afffe74863fec1995c4636258 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Thu Feb 05 02:53:47 2009 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Thu Feb 05 02:53:47 2009 +0000 |
tree | 6f1d1261f87727ac59acde89d0dc5a28a51ec63a | |
parent | 939ea76b3ce0cdc9a878f9499b40091fc6fff3d1 [diff] [blame] |
Update NOTES for importlib about PathFinder.
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 @@ * 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).