From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 23 Jan 2025 21:17:32 +0000 (+0100) Subject: [3.13] gh-97850: Remove the mention of removal from `ResourceReader` docs (GH-128602... X-Git-Tag: v3.13.2~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eed7865ceea83f56e46307c9dc78cb53526071f6;p=thirdparty%2FPython%2Fcpython.git [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 a1284e97979ff73ad72ad06c796b904137950576) Co-authored-by: Tomas R --- diff --git a/Doc/library/importlib.resources.abc.rst b/Doc/library/importlib.resources.abc.rst index 54995ddbfbca..4085bdf6598d 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)