diff options
author | Brett Cannon <bcannon@gmail.com> | 2009-02-05 02:53:47 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2009-02-05 02:53:47 (GMT) |
commit | 64a3a65c2665681afffe74863fec1995c4636258 (patch) | |
tree | 6f1d1261f87727ac59acde89d0dc5a28a51ec63a /Lib | |
parent | 939ea76b3ce0cdc9a878f9499b40091fc6fff3d1 (diff) | |
download | cpython-64a3a65c2665681afffe74863fec1995c4636258.zip cpython-64a3a65c2665681afffe74863fec1995c4636258.tar.gz cpython-64a3a65c2665681afffe74863fec1995c4636258.tar.bz2 |
Update NOTES for importlib about PathFinder.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/importlib/NOTES | 2 |
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). |