Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 438cecd

Browse files
committed
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.
1 parent 1d37668 commit 438cecd

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Lib/importlib/NOTES

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
to do
22
/////
33

4+
* Create sandbox directory for a distutils packaging of what is in Python 2.7.
5+
46
* Use rpartition for getting the package of a module.
57

68
+ Make sure that an empty string is acceptable for __package__.
@@ -77,3 +79,9 @@ to do
7779
- Relative name from sys.path.
7880

7981
* Bootstrap importlib as implementation of builtins.__import__
82+
83+
* Replace standard library modules.
84+
85+
+ imp
86+
+ py_compile
87+
+ compileall

0 commit comments

Comments
 (0)