summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib/data
Commit message (Collapse)AuthorAgeFilesLines
* cross port importlib-metadata PR GH-76 (GH-13903)Miss Islington (bot)2019-06-072-0/+0
| | | | | | https://gitlab.com/python-devs/importlib_metadata/merge_requests/76 (cherry picked from commit 65e5860fcc8ffe66f3c325d5484112f3b6540e8c) Co-authored-by: Anthony Sottile <asottile@umich.edu>
* bpo-34632: Add importlib.metadata (GH-12547)Jason R. Coombs2019-05-243-0/+0
Add importlib.metadata module as forward port of the standalone importlib_metadata.