]> granicus.if.org Git - python/commitdiff
Clean up importlib NOTES so it only contains short term goals.
authorBrett Cannon <bcannon@gmail.com>
Mon, 9 Mar 2009 07:54:33 +0000 (07:54 +0000)
committerBrett Cannon <bcannon@gmail.com>
Mon, 9 Mar 2009 07:54:33 +0000 (07:54 +0000)
Lib/importlib/NOTES

index bbbb48540aac5ddb04e7b50eb5ef2dcedbfa7fa1..ed439ed09ae7e8a744e4299eb2fc96d47b610248 100644 (file)
@@ -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