https://github.com/python/cpython/commit/2f23c882431ce82b9f6558ab454156310b5b9134
commit: 2f23c882431ce82b9f6558ab454156310b5b9134
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: encukou <[email protected]>
date: 2025-11-14T16:32:05+01:00
summary:

[3.14] gh-139344: Remove pending removal notice for undeprecated 
importlib.resources API (GH-141507) (GH-141558)

(cherry picked from commit 49e74210cb652d8bd538a4cc887f507396cfc893)

Co-authored-by: Petr Viktorin <[email protected]>

files:
M Doc/deprecations/pending-removal-in-3.13.rst

diff --git a/Doc/deprecations/pending-removal-in-3.13.rst 
b/Doc/deprecations/pending-removal-in-3.13.rst
index 2fd2f12cc6a2c4..d5b8c80e8f9aa0 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
-  
<https://importlib-resources.readthedocs.io/en/latest/using.html#migrating-from-legacy>`_
 (:gh:`106531`)

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to