gh-97850: Remove the mention of removal from `ResourceReader` docs (GH-128602)
Remove the mention of removal from ResourceReader docs
(cherry picked from commit
a1284e97979ff73ad72ad06c796b904137950576)
Co-authored-by: Tomas R <tomas.roun8@gmail.com>
: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)