]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix importlib.resources issue reference in 3.13 What's New (#125175)
authorAlyssa Coghlan <ncoghlan@gmail.com>
Wed, 9 Oct 2024 10:40:50 +0000 (20:40 +1000)
committerGitHub <noreply@github.com>
Wed, 9 Oct 2024 10:40:50 +0000 (20:40 +1000)
Previous link was to the PR that removed the
mentioned importlib.resources APIs, rather than
the issue that added back their improved forms.

Doc/whatsnew/3.13.rst

index 565f74149725d5df6d1611b1ed6f125d123c5a7d..a2897097aaba57db646cf271074306c8cb2cda21 100644 (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