From 24b6a2cf38109630c01e482944601596a2cfb292 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sun, 18 Jan 2009 00:36:55 +0000 Subject: [PATCH] NOTES for importlib should mention the ultimate end-goal for the package. --- Lib/importlib/NOTES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lib/importlib/NOTES b/Lib/importlib/NOTES index 134f112eabf..95d002b56f6 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__