https://github.com/python/cpython/commit/49e74210cb652d8bd538a4cc887f507396cfc893
commit: 49e74210cb652d8bd538a4cc887f507396cfc893
branch: main
author: Petr Viktorin <[email protected]>
committer: encukou <[email protected]>
date: 2025-11-14T15:50:03+01:00
summary:

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

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