From: Brett Cannon Date: Thu, 5 Feb 2009 02:53:47 +0000 (+0000) Subject: Update NOTES for importlib about PathFinder. X-Git-Tag: v3.1a1~286 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=64a3a65c2665681afffe74863fec1995c4636258;p=thirdparty%2FPython%2Fcpython.git Update NOTES for importlib about PathFinder. --- diff --git a/Lib/importlib/NOTES b/Lib/importlib/NOTES index 5d87a0fe1792..97db64233bb3 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).