summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib/test_path.py
Commit message (Collapse)AuthorAgeFilesLines
* [3.8] bpo-42531: Teach importlib.resources.path to handle packages without ↵William Schwartz2021-01-161-0/+12
| | | | | | | | | __file__ (GH-23611) Fixes [bpo-42531]() for Python 3.8. The issue also applies to 3.7. If this PR looks like it'll be accepted, I can cherry-pick it to the 3.7 branch and submit a follow-up PR. Automerge-Triggered-By: GH:jaraco
* bpo-32248 - Implement importlib.resources (#4911)Barry Warsaw2017-12-301-0/+39
Port importlib_resources to importlib.resources