We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e08b282 commit e8ad701Copy full SHA for e8ad701
Doc/library/importlib.rst
@@ -380,13 +380,15 @@ ABC hierarchy::
380
381
.. class:: ResourceLoader
382
383
+ *Superseded by TraversableResources*
384
+
385
An abstract base class for a :term:`loader` which implements the optional
386
:pep:`302` protocol for loading arbitrary resources from the storage
387
back-end.
388
389
.. deprecated:: 3.7
390
This ABC is deprecated in favour of supporting resource loading
- through :class:`importlib.resources.abc.ResourceReader`.
391
+ through :class:`importlib.resources.abc.TraversableResources`.
392
393
.. abstractmethod:: get_data(path)
394
0 commit comments