summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2009-02-16 04:18:01 (GMT)
committerBrett Cannon <bcannon@gmail.com>2009-02-16 04:18:01 (GMT)
commitdebb98d91f6358e85c7790386ab9b6f52299da98 (patch)
treeb9d06c2a93a996867a4ca8282ad09bdb165dfc4c /Lib
parent0d4785bc3b64c9429758436c60357e04bdcd1379 (diff)
downloadcpython-debb98d91f6358e85c7790386ab9b6f52299da98.zip
cpython-debb98d91f6358e85c7790386ab9b6f52299da98.tar.gz
cpython-debb98d91f6358e85c7790386ab9b6f52299da98.tar.bz2
Document importlib.machinery.PathFinder.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/importlib/NOTES6
1 files changed, 5 insertions, 1 deletions
diff --git a/Lib/importlib/NOTES b/Lib/importlib/NOTES
index 22e4d05..bdbedec 100644
--- a/Lib/importlib/NOTES
+++ b/Lib/importlib/NOTES
@@ -52,7 +52,6 @@ to do
+ machinery
- (?) Chained path hook/finder
- - (?) FileFinder
- Extensions importers
* ExtensionFinder
@@ -65,6 +64,11 @@ to do
- PathFinder
+* Make sure that there is documentation *somewhere* fully explaining the
+semantics of import that can be referenced from the package's documentation
+(even if it is in the package documentation itself, although it might be best
+in the language specification).
+
* Write benchmark suite.
* OPTIMIZE!