NOTES for importlib should mention the ultimate end-goal for the package.
This commit is contained in:
parent
7044d6b848
commit
24b6a2cf38
|
@ -76,3 +76,5 @@ to do
|
||||||
- __import__
|
- __import__
|
||||||
- import_module (backport to 2.7)
|
- import_module (backport to 2.7)
|
||||||
- resolve_name (backport to 2.7)
|
- resolve_name (backport to 2.7)
|
||||||
|
|
||||||
|
* Bootstrap importlib as implementation of builtins.__import__
|
||||||
|
|
Loading…
Reference in New Issue