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

Skip to content

Commit a1284e9

Browse files
authored
gh-97850: Remove the mention of removal from ResourceReader docs (#128602)
Remove the mention of removal from ResourceReader docs
1 parent 58a9133 commit a1284e9

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