summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2009-02-02 20:32:29 (GMT)
committerBrett Cannon <bcannon@gmail.com>2009-02-02 20:32:29 (GMT)
commit438cecd3de1388075d921a1b84121a33f10844eb (patch)
tree6dff408b4657ebfca537e96c55fc23d3dd4e64d8 /Lib
parent1d376687b7176fc0e52e85f0a6cd98b53fd77d41 (diff)
downloadcpython-438cecd3de1388075d921a1b84121a33f10844eb.zip
cpython-438cecd3de1388075d921a1b84121a33f10844eb.tar.gz
cpython-438cecd3de1388075d921a1b84121a33f10844eb.tar.bz2
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.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/importlib/NOTES8
1 files changed, 8 insertions, 0 deletions
diff --git a/Lib/importlib/NOTES b/Lib/importlib/NOTES
index 5e65270..5d87a0f 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