mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Clean up importlib NOTES so it only contains short term goals.
This commit is contained in:
parent
ad876c7083
commit
e2085bedf1
1 changed files with 0 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue