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

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

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

Co-authored-by: Tomas R <tomas.roun8@gmail.com>
This commit is contained in:
Miss Islington (bot) 2025-01-23 22:17:32 +01:00 committed by GitHub
parent 6a261a02a7
commit eed7865cee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)