]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106531: Apply changes from importlib_resources 6.3.2 (#117054)
authorJason R. Coombs <jaraco@jaraco.com>
Tue, 4 Jun 2024 06:36:28 +0000 (02:36 -0400)
committerGitHub <noreply@github.com>
Tue, 4 Jun 2024 06:36:28 +0000 (06:36 +0000)
commit8d63c8d47b9edd8ac2f0b395b2fa0ae5f571252d
tree028aec5f4e450d64dc45cc26cd7855dcd10fd804
parent31a4fb3c74a0284436343858803b54471e2dc9c7
gh-106531: Apply changes from importlib_resources 6.3.2 (#117054)

Apply changes from importlib_resources 6.3.2.
16 files changed:
Lib/importlib/resources/_common.py
Lib/importlib/resources/readers.py
Lib/test/test_importlib/resources/data01/subdirectory/binary.file
Lib/test/test_importlib/resources/namespacedata01/subdirectory/binary.file [new file with mode: 0644]
Lib/test/test_importlib/resources/test_contents.py
Lib/test/test_importlib/resources/test_custom.py
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
Lib/test/test_importlib/resources/zip.py [new file with mode: 0755]
Makefile.pre.in
Misc/NEWS.d/next/Library/2024-03-19-21-41-31.gh-issue-106531.Mgd--6.rst [new file with mode: 0644]