mirror of
https://github.com/python/cpython.git
synced 2025-10-03 05:35:59 +00:00
[3.13] Fix importlib.resources issue reference in 3.13 What's New (GH-125175) (#125184)
Previous link was to the PR that removed the
mentioned importlib.resources APIs, rather than
the issue that added back their improved forms.
(cherry picked from commit 7a303fc78a
)
Co-authored-by: Alyssa Coghlan <ncoghlan@gmail.com>
This commit is contained in:
parent
dde8805d51
commit
b6c17eb76f
1 changed files with 2 additions and 2 deletions
|
@ -922,12 +922,12 @@ importlib
|
|||
* :func:`~importlib.resources.read_text`
|
||||
|
||||
These functions are no longer deprecated and are not scheduled for removal.
|
||||
(Contributed by Petr Viktorin in :gh:`106532`.)
|
||||
(Contributed by Petr Viktorin in :gh:`116608`.)
|
||||
|
||||
* :func:`~importlib.resources.contents` remains deprecated in favor of
|
||||
the fully-featured :class:`~importlib.resources.abc.Traversable` API.
|
||||
However, there is now no plan to remove it.
|
||||
(Contributed by Petr Viktorin in :gh:`106532`.)
|
||||
(Contributed by Petr Viktorin in :gh:`116608`.)
|
||||
|
||||
|
||||
io
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue