Skip to content

Commit 7a303fc

Browse files
authored
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.
1 parent d20c43d commit 7a303fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/whatsnew/3.13.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -922,12 +922,12 @@ importlib
922922
* :func:`~importlib.resources.read_text`
923923

924924
These functions are no longer deprecated and are not scheduled for removal.
925-
(Contributed by Petr Viktorin in :gh:`106532`.)
925+
(Contributed by Petr Viktorin in :gh:`116608`.)
926926

927927
* :func:`~importlib.resources.contents` remains deprecated in favor of
928928
the fully-featured :class:`~importlib.resources.abc.Traversable` API.
929929
However, there is now no plan to remove it.
930-
(Contributed by Petr Viktorin in :gh:`106532`.)
930+
(Contributed by Petr Viktorin in :gh:`116608`.)
931931

932932

933933
io

0 commit comments

Comments
 (0)