]> granicus.if.org Git - python/commitdiff
NOTES for importlib should mention the ultimate end-goal for the package.
authorBrett Cannon <bcannon@gmail.com>
Sun, 18 Jan 2009 00:36:55 +0000 (00:36 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sun, 18 Jan 2009 00:36:55 +0000 (00:36 +0000)
Lib/importlib/NOTES

index 134f112eabff184d58e46c3a46d80cfa9d0ded79..95d002b56f6c55c76e799f6e604c470ca84becb1 100644 (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__