Skip to content

Commit

Permalink
[3.12] gh-97850: Remove the mention of removal from ResourceReader
Browse files Browse the repository at this point in the history
…docs (GH-128602) (#128655)

gh-97850: Remove the mention of removal from `ResourceReader` docs (GH-128602)

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

Co-authored-by: Tomas R <[email protected]>
  • Loading branch information
miss-islington and tomasr8 authored Feb 3, 2025
1 parent e4384d1 commit 4879257
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 4879257

Please sign in to comment.