cpython/Lib/importlib
Brett Cannon 7140b99b0d
GH-137426: Remove code deprecation of importlib.abc.ResourceLoader (GH-137567)
Enough other classes in `importlib.abc` inherit from the class and the deprecation was to redirect people to `TraversableResources`. The documentation now makes it clear the class only exists for backwards compatibility.

---------

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2025-08-11 16:18:54 -07:00
..
metadata
resources
__init__.py
_abc.py
_bootstrap.py gh-115942: Add locked to several multiprocessing locks (#115944) 2025-04-08 11:14:12 +03:00
_bootstrap_external.py
abc.py GH-137426: Remove code deprecation of importlib.abc.ResourceLoader (GH-137567) 2025-08-11 16:18:54 -07:00
machinery.py
readers.py
simple.py
util.py