]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-123987: Fix NotADirectoryError in NamespaceReader when sentinel present (#124018)
authorJason R. Coombs <jaraco@jaraco.com>
Sun, 26 Jan 2025 16:23:54 +0000 (11:23 -0500)
committerGitHub <noreply@github.com>
Sun, 26 Jan 2025 16:23:54 +0000 (16:23 +0000)
commitb543b32eff78ce214e68e8c5fc15a8c843fa8dec
treed9b8009d4f4701b78060a1043dc35b3382bbb61a
parentfccbfc40b546630fa7ee404c0949d52ab2921a90
gh-123987: Fix NotADirectoryError in NamespaceReader when sentinel present (#124018)
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]