summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/resources/readers.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-97930: Apply changes from importlib_resources 5.12. (GH-102010)Jason R. Coombs2023-02-181-6/+30
|
* gh-97930: Merge with importlib_resources 5.9 (GH-97929)Jason R. Coombs2022-10-161-9/+7
| | | | | * Merge with importlib_resources 5.9 * Update changelog
* bpo-46118: Move importlib.resources to its own package. (#30176)Jason R. Coombs2021-12-311-0/+122
* bpo-46118: Move importlib.resources to its own package. * Expand compatibility shims with documentation and explicit imports.