Add initial implementation of importlib. See the NOTES files for what is
planned for the package. There are no docs yet, but they are coming once the API for the first new function, importlib.import_module() is finalized.
Showing
Lib/importlib/NOTES
0 → 100644
Lib/importlib/__init__.py
0 → 100644
Lib/importlib/_bootstrap.py
0 → 100644
This diff is collapsed.
Lib/test/test_importlib.py
0 → 100644
Please register or sign in to comment