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 0ce968b commit 462c490Copy full SHA for 462c490
Doc/library/importlib.rst
@@ -854,6 +854,8 @@ ABC hierarchy::
854
855
Read contents of self as text.
856
857
+ Note: In Python 3.11 and later, this class is found in ``importlib.resources.abc``.
858
+
859
860
.. class:: TraversableResources
861
@@ -868,6 +870,8 @@ ABC hierarchy::
868
870
869
871
.. versionadded:: 3.9
872
873
874
875
876
:mod:`importlib.resources` -- Resources
877
---------------------------------------
0 commit comments