summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2009-03-09 07:54:33 (GMT)
committerBrett Cannon <bcannon@gmail.com>2009-03-09 07:54:33 (GMT)
commite2085bedf152b2466279569c144a428551514075 (patch)
treeaf16401e4faeb5404c3c412d94ecccf0dec0b503 /Lib
parentad876c7083e606ddd4cc60afc62dfbd15dc31014 (diff)
downloadcpython-e2085bedf152b2466279569c144a428551514075.zip
cpython-e2085bedf152b2466279569c144a428551514075.tar.gz
cpython-e2085bedf152b2466279569c144a428551514075.tar.bz2
Clean up importlib NOTES so it only contains short term goals.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/importlib/NOTES16
1 files changed, 0 insertions, 16 deletions
diff --git a/Lib/importlib/NOTES b/Lib/importlib/NOTES
index bbbb485..ed439ed 100644
--- a/Lib/importlib/NOTES
+++ b/Lib/importlib/NOTES
@@ -23,19 +23,3 @@ to do
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!
-
- + Fast path absolute name.
- + Fast path pulling from sys.modules.
-
-* Bootstrap importlib as implementation of builtins.__import__
-
-* Replace standard library modules.
-
- + imp
- + py_compile
- + compileall
- + zipimport