]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-97850: Remove the mention of removal from `ResourceReader` docs (GH-128602...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 3 Feb 2025 23:29:45 +0000 (00:29 +0100)
committerGitHub <noreply@github.com>
Mon, 3 Feb 2025 23:29:45 +0000 (00:29 +0100)
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>
Doc/library/importlib.resources.abc.rst

index 54995ddbfbca128f06c327b4fd8afbdf4e3a0bb2..4085bdf6598d98d8a74a829226abc5698eb4932f 100644 (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)