[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:
Miss Islington (bot) 2024-10-09 14:45:03 +02:00 committed by GitHub
parent dde8805d51
commit b6c17eb76f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -922,12 +922,12 @@ importlib
* :func:`~importlib.resources.read_text` * :func:`~importlib.resources.read_text`
These functions are no longer deprecated and are not scheduled for removal. 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 * :func:`~importlib.resources.contents` remains deprecated in favor of
the fully-featured :class:`~importlib.resources.abc.Traversable` API. the fully-featured :class:`~importlib.resources.abc.Traversable` API.
However, there is now no plan to remove it. However, there is now no plan to remove it.
(Contributed by Petr Viktorin in :gh:`106532`.) (Contributed by Petr Viktorin in :gh:`116608`.)
io io