Confused deprecation in importlib.resources.abc #107352
Labels
3.12
bugs and security fixes
3.13
bugs and security fixes
docs
Documentation in the Doc dir
topic-importlib
In https://docs.python.org/3.12/library/importlib.resources.abc.html:
The documentation for
importlib.resources.abc.Traversable
says: "Deprecated since version 3.12, will be removed in version 3.14: Useimportlib.resources.abc.Traversable
instead."The documentation for
importlib.resources.abc.TraversableResources
says: "Deprecated since version 3.12, will be removed in version 3.14: Useimportlib.resources.abc.TraversableResources
instead."Why does it recommend to use the same deprecated class?
The text was updated successfully, but these errors were encountered: