From: Brett Cannon Date: Sun, 18 Jan 2009 00:36:55 +0000 (+0000) Subject: NOTES for importlib should mention the ultimate end-goal for the package. X-Git-Tag: v3.1a1~485 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=24b6a2cf38109630c01e482944601596a2cfb292;p=thirdparty%2FPython%2Fcpython.git NOTES for importlib should mention the ultimate end-goal for the package. --- diff --git a/Lib/importlib/NOTES b/Lib/importlib/NOTES index 134f112eabff..95d002b56f6c 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__