]> granicus.if.org Git - python/commitdiff
Add some notes for importlib to package up what is in Python 2.7 as well as modules...
authorBrett Cannon <bcannon@gmail.com>
Mon, 2 Feb 2009 20:32:29 +0000 (20:32 +0000)
committerBrett Cannon <bcannon@gmail.com>
Mon, 2 Feb 2009 20:32:29 +0000 (20:32 +0000)
Lib/importlib/NOTES

index 5e65270bad23454b8b3e1a4177ec596ad9498970..5d87a0fe179251120be93ff9ecf32cc4ed9644bb 100644 (file)
@@ -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