mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
[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 a1284e9797
)
Co-authored-by: Tomas R <tomas.roun8@gmail.com>
This commit is contained in:
parent
6a261a02a7
commit
eed7865cee
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue