mirror of https://github.com/python/cpython
Fix importlib.resources issue reference in 3.13 What's New (#125175)
Previous link was to the PR that removed the mentioned importlib.resources APIs, rather than the issue that added back their improved forms.
This commit is contained in:
parent
d20c43d8e2
commit
7a303fc78a
|
@ -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…
Reference in New Issue