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:
Alyssa Coghlan 2024-10-09 20:40:50 +10:00 committed by GitHub
parent d20c43d8e2
commit 7a303fc78a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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