diff options
author | Brett Cannon <bcannon@gmail.com> | 2009-02-21 02:51:12 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2009-02-21 02:51:12 (GMT) |
commit | 22db67ed2687d95a1dec087d5d5525b9244561b5 (patch) | |
tree | 9a3546a1715b9e4595b7d6d603bab740f0e43c7a /Lib | |
parent | f8798f579b7fde2a4f0e9f3484b25bae4aa13eef (diff) | |
download | cpython-22db67ed2687d95a1dec087d5d5525b9244561b5.zip cpython-22db67ed2687d95a1dec087d5d5525b9244561b5.tar.gz cpython-22db67ed2687d95a1dec087d5d5525b9244561b5.tar.bz2 |
Minor NOTES changes for importlib.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/importlib/NOTES | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Lib/importlib/NOTES b/Lib/importlib/NOTES index 6a8f45a..b88d5e3 100644 --- a/Lib/importlib/NOTES +++ b/Lib/importlib/NOTES @@ -65,7 +65,6 @@ to do + machinery - - (?) Chained path hook/finder - Extensions importers * ExtensionFinder @@ -76,7 +75,7 @@ to do * SourceFinder * (?) Loader - + test + + test (Really want to worry about compatibility with future versions?) - abc |