From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 14 Nov 2025 16:24:37 +0000 (+0100) Subject: [3.13] gh-139344: Remove pending removal notice for undeprecated importlib.resources... X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9648eed33f5fca0fcb8802fe0be8d35907bc33e3;p=thirdparty%2FPython%2Fcpython.git [3.13] gh-139344: Remove pending removal notice for undeprecated importlib.resources API (GH-141507) (GH-141557) (cherry picked from commit 49e74210cb652d8bd538a4cc887f507396cfc893) Co-authored-by: Petr Viktorin --- diff --git a/Doc/deprecations/pending-removal-in-3.13.rst b/Doc/deprecations/pending-removal-in-3.13.rst index 89790497816e..0505e0d1e5fe 100644 --- a/Doc/deprecations/pending-removal-in-3.13.rst +++ b/Doc/deprecations/pending-removal-in-3.13.rst @@ -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 - `_ (:gh:`106531`)