]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-97930: Apply changes from importlib_resources 5.10. (GH-100598)
authorJason R. Coombs <jaraco@jaraco.com>
Sun, 1 Jan 2023 16:07:32 +0000 (11:07 -0500)
committerGitHub <noreply@github.com>
Sun, 1 Jan 2023 16:07:32 +0000 (11:07 -0500)
commit447d061bc7b978afedd3b0148715d2153ac726c5
tree428d5a7728ab02bd84ffe8ddccce5f01b0265e8e
parentba1342ce998c6c0c36078411d169f29179fbc9f6
gh-97930: Apply changes from importlib_resources 5.10. (GH-100598)
Doc/library/importlib.resources.rst
Lib/importlib/resources/_common.py
Lib/importlib/resources/_legacy.py
Lib/importlib/resources/abc.py
Lib/importlib/resources/simple.py
Lib/test/test_importlib/resources/_path.py [new file with mode: 0644]
Lib/test/test_importlib/resources/test_files.py
Lib/test/test_importlib/resources/util.py
Misc/NEWS.d/next/Library/2022-12-29-11-45-22.gh-issue-97930.hrtmJe.rst [new file with mode: 0644]