summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib/test_path.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-39791: Add files() to importlib.resources (GH-19722)Jason R. Coombs2020-05-081-0/+1
| | | | | | | | | * bpo-39791: Update importlib.resources to support files() API (importlib_resources 1.5). * 📜🤖 Added by blurb_it. * Add some documentation about the new objects added. Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
* bpo-32248 - Implement importlib.resources (#4911)Barry Warsaw2017-12-301-0/+39
Port importlib_resources to importlib.resources