commit | 24b6a2cf38109630c01e482944601596a2cfb292 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Sun Jan 18 00:36:55 2009 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Sun Jan 18 00:36:55 2009 +0000 |
tree | f41608af4520045b132be88e212d3b323e94e34e | |
parent | 7044d6b848e39586f67719540fce58ed157bce32 [diff] [blame] |
NOTES for importlib should mention the ultimate end-goal for the package.
diff --git a/Lib/importlib/NOTES b/Lib/importlib/NOTES index 134f112..95d002b 100644 --- a/Lib/importlib/NOTES +++ b/Lib/importlib/NOTES
@@ -76,3 +76,5 @@ - __import__ - import_module (backport to 2.7) - resolve_name (backport to 2.7) + +* Bootstrap importlib as implementation of builtins.__import__