Skip to content

Commit b6c17eb

Browse files
[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 7a303fc) Co-authored-by: Alyssa Coghlan <[email protected]>
1 parent dde8805 commit b6c17eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/whatsnew/3.13.rst

Lines changed: 2 additions & 2 deletions
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)