summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2009-02-21 02:51:12 (GMT)
committerBrett Cannon <bcannon@gmail.com>2009-02-21 02:51:12 (GMT)
commit22db67ed2687d95a1dec087d5d5525b9244561b5 (patch)
tree9a3546a1715b9e4595b7d6d603bab740f0e43c7a /Lib
parentf8798f579b7fde2a4f0e9f3484b25bae4aa13eef (diff)
downloadcpython-22db67ed2687d95a1dec087d5d5525b9244561b5.zip
cpython-22db67ed2687d95a1dec087d5d5525b9244561b5.tar.gz
cpython-22db67ed2687d95a1dec087d5d5525b9244561b5.tar.bz2
Minor NOTES changes for importlib.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/importlib/NOTES3
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