◐ Shell
clean mode source ↗

[3.14] GH-137426: Remove code deprecation of `importlib.abc.ResourceLoader` (GH-137567) by miss-islington · Pull Request #137654 · python/cpython

…ader` (pythonGH-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.

---------
(cherry picked from commit 7140b99)

Co-authored-by: Brett Cannon <brett@python.org>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>

This was referenced

Aug 11, 2025

brettcannon

kumaraditya303 pushed a commit to miss-islington/cpython that referenced this pull request

Sep 9, 2025
…ourceLoader` (pythonGH-137567) (python#137654)

Co-authored-by: Brett Cannon <brett@python.org>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>