8000 [3.10] gh-96845: Add a note about the pending move of resources.abcs. · python/cpython@462c490 · GitHub
[go: up one dir, main page]

Skip to content

Commit 462c490

Browse files
committed
[3.10] gh-96845: Add a note about the pending move of resources.abcs.
1 parent 0ce968b commit 462c490

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/library/importlib.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -854,6 +854,8 @@ ABC hierarchy::
854854

855855
Read contents of self as text.
856856

857+
Note: In Python 3.11 and later, this class is found in ``importlib.resources.abc``.
858+
857859

858860
.. class:: TraversableResources
859861

@@ -868,6 +870,8 @@ ABC hierarchy::
868870

869871
.. versionadded:: 3.9
870872

873+
Note: In Python 3.11 and later, this class is found in ``importlib.resources.abc``.
874+
871875

872876
:mod:`importlib.resources` -- Resources
873877
---------------------------------------

0 commit comments

Comments
 (0)
0