]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46125: Refactor tests to test traversable API directly. Includes changes from...
authorJason R. Coombs <jaraco@jaraco.com>
Sun, 19 Dec 2021 02:28:49 +0000 (21:28 -0500)
committerGitHub <noreply@github.com>
Sun, 19 Dec 2021 02:28:49 +0000 (21:28 -0500)
commit9b52920173735ac609664c6a3a3021d24a95a092
treeffc7dc7dc01cddc6973bd9cf9e4cb649258365d1
parentfe68486197cb26a69ecce9353271d91adf885cb5
bpo-46125: Refactor tests to test traversable API directly. Includes changes from importlib_resources 5.4.0. (GH-30189)
Lib/importlib/_common.py
Lib/importlib/_legacy.py
Lib/importlib/abc.py
Lib/importlib/resources.py
Lib/test/test_importlib/resources/util.py
Lib/test/test_importlib/test_contents.py
Lib/test/test_importlib/test_open.py
Lib/test/test_importlib/test_path.py
Lib/test/test_importlib/test_read.py
Lib/test/test_importlib/test_resource.py
Misc/NEWS.d/next/Library/2021-12-18-18-29-07.bpo-46125.LLmcox.rst [new file with mode: 0644]