summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/test/finder_tests.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge testing ABCs for importlib into importlib.test.abc.Brett Cannon2009-01-301-39/+0
|
* Make importlib.test.finder_tests an ABC.Brett Cannon2009-01-271-14/+14
|
* Add initial implementation of importlib. See the NOTES files for what isBrett Cannon2009-01-181-0/+39
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.