Skip to content

Commit

Permalink
[3.10] gh-96845: Add a note about the pending move of resources.abcs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Sep 23, 2022
1 parent 0ce968b commit 462c490
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Doc/library/importlib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -854,6 +854,8 @@ ABC hierarchy::

Read contents of self as text.

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


.. class:: TraversableResources

Expand All @@ -868,6 +870,8 @@ ABC hierarchy::

.. versionadded:: 3.9

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


:mod:`importlib.resources` -- Resources
---------------------------------------
Expand Down

0 comments on commit 462c490

Please sign in to comment.