summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/resources/simple.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-91298: Refine traversable (apply changes from importlib_resources 5.7.1) ↵Jason R. Coombs2022-04-171-3/+12
| | | | | | | (#91623) * bpo-47142: Refine traversable (apply changes from importlib_resources 5.7.1) * Replace changelog referencing github issue.
* bpo-46118: Move importlib.resources to its own package. (#30176)Jason R. Coombs2021-12-311-0/+116
* bpo-46118: Move importlib.resources to its own package. * Expand compatibility shims with documentation and explicit imports.