From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 9 Oct 2024 12:45:03 +0000 (+0200) Subject: [3.13] Fix importlib.resources issue reference in 3.13 What's New (GH-125175) (#125184) X-Git-Tag: v3.13.1~348 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b6c17eb76f4e1b4e04341deb569c9d581f9a75e3;p=thirdparty%2FPython%2Fcpython.git [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 7a303fc78a6dbd1b4c01f8a2b14ddcae29f4271b) Co-authored-by: Alyssa Coghlan --- diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 565f74149725..a2897097aaba 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -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