8000 [3.10] gh-96845: Fix docs around importlib.abc.Traversable by jaraco · Pull Request #97515 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.10] gh-96845: Fix docs around importlib.abc.Traversable #97515

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 3, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[3.10] gh-96845: Add a note about the pending move of resources.abcs.
  • Loading branch information
jaraco committed Sep 23, 2022
commit 462c490aff6ada2922e76196ec70ff9f77172bd7
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