NOTES for importlib should mention the ultimate end-goal for the package.

This commit is contained in:
Brett Cannon 2009-01-18 00:36:55 +00:00
parent 7044d6b848
commit 24b6a2cf38
1 changed files with 2 additions and 0 deletions

View File

@ -76,3 +76,5 @@ to do
- __import__
- import_module (backport to 2.7)
- resolve_name (backport to 2.7)
* Bootstrap importlib as implementation of builtins.__import__