mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
[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 a1284e9797)
Co-authored-by: Tomas R <tomas.roun8@gmail.com>
This commit is contained in:
parent
e4384d1544
commit
4879257d0c
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