]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-97930: Apply changes from importlib_resources 5.12. (GH-102010)
authorJason R. Coombs <jaraco@jaraco.com>
Sat, 18 Feb 2023 21:29:22 +0000 (16:29 -0500)
committerGitHub <noreply@github.com>
Sat, 18 Feb 2023 21:29:22 +0000 (16:29 -0500)
commit5170caf3059fdacc92d7370eecb9fe4f0c5a1c76
treeb294f3f9a122e4ffc520ec4ef22aabadc34144a3
parent128379b8cdb88a6d3d7fed24df082c9a654b3fb8
gh-97930: Apply changes from importlib_resources 5.12. (GH-102010)
15 files changed:
Lib/importlib/resources/_adapters.py
Lib/importlib/resources/_itertools.py
Lib/importlib/resources/readers.py
Lib/test/test_importlib/resources/_path.py
Lib/test/test_importlib/resources/data02/subdirectory/subsubdir/resource.txt [new file with mode: 0644]
Lib/test/test_importlib/resources/test_compatibilty_files.py
Lib/test/test_importlib/resources/test_custom.py [new file with mode: 0644]
Lib/test/test_importlib/resources/test_files.py
Lib/test/test_importlib/resources/test_open.py
Lib/test/test_importlib/resources/test_path.py
Lib/test/test_importlib/resources/test_read.py
Lib/test/test_importlib/resources/test_reader.py
Lib/test/test_importlib/resources/test_resource.py
Lib/test/test_importlib/resources/util.py
Misc/NEWS.d/next/Library/2023-02-17-19-00-58.gh-issue-97930.C_nQjb.rst [new file with mode: 0644]