Update NOTES for importlib about PathFinder.

This commit is contained in:
Brett Cannon 2009-02-05 02:53:47 +00:00
parent 939ea76b3c
commit 64a3a65c26
1 changed files with 2 additions and 0 deletions

View File

@ -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).