8000 [3.12] gh-97850: Remove the mention of removal from `ResourceReader` docs (GH-128602) by miss-islington · Pull Request #128655 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.12] gh-97850: Remove the mention of removal from ResourceReader docs (GH-128602) #128655

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 1 commit into from
Feb 3, 2025
Merged
Changes from all commits
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
gh-97850: Remove the mention of removal from ResourceReader docs (G…
…H-128602)

Remove the mention of removal from ResourceReader docs
(cherry picked from commit a1284e9)

Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
  • Loading branch information
tomasr8 authored and miss-islington committed Jan 8, 2025
commit 788ddc44dd7911dc55dc116c9c11afb7c268a81a
2 changes: 1 addition & 1 deletion Doc/library/importlib.resources.abc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
:const:`None`. An object compatible with this ABC should only be
returned when the specified module is a package.

.. deprecated-removed:: 3.12 3.14
.. deprecated:: 3.12
Use :class:`importlib.resources.abc.TraversableResources` instead.

.. abstractmethod:: open_resource(resource)
Expand Down
Loading
0