summaryrefslogtreecommitdiffstats
path: root/Lib/importlib
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2009-01-18 00:36:55 (GMT)
committerBrett Cannon <bcannon@gmail.com>2009-01-18 00:36:55 (GMT)
commit24b6a2cf38109630c01e482944601596a2cfb292 (patch)
treef41608af4520045b132be88e212d3b323e94e34e /Lib/importlib
parent7044d6b848e39586f67719540fce58ed157bce32 (diff)
downloadcpython-24b6a2cf38109630c01e482944601596a2cfb292.zip
cpython-24b6a2cf38109630c01e482944601596a2cfb292.tar.gz
cpython-24b6a2cf38109630c01e482944601596a2cfb292.tar.bz2
NOTES for importlib should mention the ultimate end-goal for the package.
Diffstat (limited to 'Lib/importlib')
-rw-r--r--Lib/importlib/NOTES2
1 files changed, 2 insertions, 0 deletions
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 @@ to do
- __import__
- import_module (backport to 2.7)
- resolve_name (backport to 2.7)
+
+* Bootstrap importlib as implementation of builtins.__import__