8000 [3.12] gh-97850: Remove the mention of removal from `ResourceReader` … · python/cpython@4879257 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4879257

Browse files
[3.12] gh-97850: Remove the mention of removal from ResourceReader docs (GH-128602) (#128655)
gh-97850: Remove the mention of removal from `ResourceReader` docs (GH-128602) Remove the mention of removal from ResourceReader docs (cherry picked from commit a1284e9) Co-authored-by: Tomas R <tomas.roun8@gmail.com>
1 parent e4384d1 commit 4879257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/importlib.resources.abc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
:const:`None`. An object compatible with this ABC should only be
4444
returned when the specified module is a package.
4545

46-
.. deprecated-removed:: 3.12 3.14
46+
.. deprecated:: 3.12
4747
Use :class:`importlib.resources.abc.TraversableResources` instead.
4848

4949
.. abstractmethod:: open_resource(resource)

0 commit comments

Comments
 (0)
0