mirror of
https://github.com/python/cpython.git
synced 2026-07-24 02:46:51 -04:00
7140b99b0d
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>