gh-97850: Remove the mention of removal from `ResourceReader` docs (#128602)
https://github.com/python/cpython/commit/a1284e97979ff73ad72ad06c796b9041379... commit: a1284e97979ff73ad72ad06c796b904137950576 branch: main author: Tomas R. <tomas.roun8@gmail.com> committer: jaraco <jaraco@jaraco.com> date: 2025-01-08T18:38:02-05:00 summary: gh-97850: Remove the mention of removal from `ResourceReader` docs (#128602) Remove the mention of removal from ResourceReader docs files: M Doc/library/importlib.resources.abc.rst diff --git a/Doc/library/importlib.resources.abc.rst b/Doc/library/importlib.resources.abc.rst index 54995ddbfbca12..4085bdf6598d98 100644 --- a/Doc/library/importlib.resources.abc.rst +++ b/Doc/library/importlib.resources.abc.rst @@ -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)
participants (1)
-
jaraco