]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-139344: Remove pending removal notice for undeprecated importlib.resources...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 14 Nov 2025 15:32:05 +0000 (16:32 +0100)
committerGitHub <noreply@github.com>
Fri, 14 Nov 2025 15:32:05 +0000 (16:32 +0100)
(cherry picked from commit 49e74210cb652d8bd538a4cc887f507396cfc893)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
Doc/deprecations/pending-removal-in-3.13.rst

index 2fd2f12cc6a2c42a3cb92069bb5f60ac603853ce..d5b8c80e8f9aa0f7b9a8bee3d8fc1906edb8bf49 100644 (file)
@@ -38,15 +38,3 @@ APIs:
 * :meth:`!unittest.TestProgram.usageExit` (:gh:`67048`)
 * :class:`!webbrowser.MacOSX` (:gh:`86421`)
 * :class:`classmethod` descriptor chaining (:gh:`89519`)
-* :mod:`importlib.resources` deprecated methods:
-
-  * ``contents()``
-  * ``is_resource()``
-  * ``open_binary()``
-  * ``open_text()``
-  * ``path()``
-  * ``read_binary()``
-  * ``read_text()``
-
-  Use :func:`importlib.resources.files` instead.  Refer to `importlib-resources: Migrating from Legacy
-  <https://importlib-resources.readthedocs.io/en/latest/using.html#migrating-from-legacy>`_ (:gh:`106531`)