Skip to content

Commit

Permalink
Fix importlib.resources issue reference in 3.13 What's New (python#12…
Browse files Browse the repository at this point in the history
…5175)

Previous link was to the PR that removed the
mentioned importlib.resources APIs, rather than
the issue that added back their improved forms.
  • Loading branch information
ncoghlan authored Oct 9, 2024
1 parent d20c43d commit 7a303fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a303fc

Please sign in to comment.