]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-97850: Remove the mention of removal from `ResourceReader` docs (#128602)
authorTomas R. <tomas.roun8@gmail.com>
Wed, 8 Jan 2025 23:38:02 +0000 (00:38 +0100)
committerGitHub <noreply@github.com>
Wed, 8 Jan 2025 23:38:02 +0000 (18:38 -0500)
Remove the mention of removal from ResourceReader docs

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)