cpython/Lib/test/test_importlib/resources
U2A2U2A1 b8786dc33b
gh-151560: fix AttributeError when running test.test_importlib.resources.test_resource (#151561)
* [gh-151560]
import MetaPathFinder, Loader from importlib.abc
+ make it used

* sort import alphabetically
2026-06-22 14:17:26 +00:00
..
__init__.py
_path.py gh-121190: Emit a better error message from importlib.resources.files() when module spec is None" (#148460) 2026-04-12 18:15:01 -04:00
test_compatibilty_files.py gh-121190: Emit a better error message from importlib.resources.files() when module spec is None" (#148460) 2026-04-12 18:15:01 -04:00
test_contents.py gh-127012: Traversable.read_text now allows/solicits an errors parameter. (#148401) 2026-04-11 22:25:20 +00:00
test_custom.py gh-127012: Traversable.read_text now allows/solicits an errors parameter. (#148401) 2026-04-11 22:25:20 +00:00
test_files.py gh-121190: Emit a better error message from importlib.resources.files() when module spec is None" (#148460) 2026-04-12 18:15:01 -04:00
test_functional.py gh-121190: Emit a better error message from importlib.resources.files() when module spec is None" (#148460) 2026-04-12 18:15:01 -04:00
test_open.py gh-121190: Emit a better error message from importlib.resources.files() when module spec is None" (#148460) 2026-04-12 18:15:01 -04:00
test_path.py gh-121190: Emit a better error message from importlib.resources.files() when module spec is None" (#148460) 2026-04-12 18:15:01 -04:00
test_read.py gh-121190: Emit a better error message from importlib.resources.files() when module spec is None" (#148460) 2026-04-12 18:15:01 -04:00
test_reader.py gh-121190: Emit a better error message from importlib.resources.files() when module spec is None" (#148460) 2026-04-12 18:15:01 -04:00
test_resource.py gh-121190: Emit a better error message from importlib.resources.files() when module spec is None" (#148460) 2026-04-12 18:15:01 -04:00
test_util.py gh-127012: Traversable.read_text now allows/solicits an errors parameter. (#148401) 2026-04-11 22:25:20 +00:00
util.py gh-151560: fix AttributeError when running test.test_importlib.resources.test_resource (#151561) 2026-06-22 14:17:26 +00:00
zip.py