]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-123987: Fix NotADirectoryError in NamespaceReader when sentinel present...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 26 Jan 2025 17:04:09 +0000 (18:04 +0100)
committerGitHub <noreply@github.com>
Sun, 26 Jan 2025 17:04:09 +0000 (12:04 -0500)
commit6e887411b6c1f16d6d5a19e7ca6f7621c1fb9882
tree2002539b760eff2aec0e26287d93d7ed17c74ddd
parent53b7b0f78200feef570724e021241bbfd036c38a
[3.13] gh-123987: Fix NotADirectoryError in NamespaceReader when sentinel present (GH-124018) (#129319)

gh-123987: Fix NotADirectoryError in NamespaceReader when sentinel present (GH-124018)
(cherry picked from commit b543b32eff78ce214e68e8c5fc15a8c843fa8dec)

Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
Lib/importlib/resources/__init__.py
Lib/importlib/resources/_common.py
Lib/importlib/resources/readers.py
Lib/importlib/resources/simple.py
Lib/test/test_importlib/resources/_path.py
Lib/test/test_importlib/resources/test_files.py
Misc/NEWS.d/next/Library/2024-09-12-14-24-25.gh-issue-123987.7_OD1p.rst [new file with mode: 0644]