From: Brett Cannon Date: Mon, 2 Feb 2009 20:32:29 +0000 (+0000) Subject: Add some notes for importlib to package up what is in Python 2.7 as well as modules... X-Git-Tag: v3.1a1~308 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=438cecd3de1388075d921a1b84121a33f10844eb;p=python Add some notes for importlib to package up what is in Python 2.7 as well as modules that can probably get replaced by importlib at some point. --- diff --git a/Lib/importlib/NOTES b/Lib/importlib/NOTES index 5e65270bad..5d87a0fe17 100644 --- a/Lib/importlib/NOTES +++ b/Lib/importlib/NOTES @@ -1,6 +1,8 @@ to do ///// +* Create sandbox directory for a distutils packaging of what is in Python 2.7. + * Use rpartition for getting the package of a module. + Make sure that an empty string is acceptable for __package__. @@ -77,3 +79,9 @@ to do - Relative name from sys.path. * Bootstrap importlib as implementation of builtins.__import__ + +* Replace standard library modules. + + + imp + + py_compile + + compileall