aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/importlib/test/frozen/support.py
Commit message (Collapse)AuthorAge
* Rename importlib.test.support to importlib.test.util.Brett Cannon2009-02-01
|
* Add initial implementation of importlib. See the NOTES files for what isBrett Cannon2009-01-18
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.