Commit 2ecaa8c0 authored by Brett Cannon's avatar Brett Cannon

Clean up importlib NOTES so it only contains short term goals.

parent 929cabfb
...@@ -23,19 +23,3 @@ to do ...@@ -23,19 +23,3 @@ to do
semantics of import that can be referenced from the package's documentation 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 (even if it is in the package documentation itself, although it might be best
in the language specification). 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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment