Skip to content

Commit ee4dbec

Browse files
encukoumiss-islington
authored andcommitted
pythongh-139344: Remove pending removal notice for undeprecated importlib.resources API (pythonGH-141507)
(cherry picked from commit 49e7421) Co-authored-by: Petr Viktorin <[email protected]>
1 parent baa9216 commit ee4dbec

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Doc/deprecations/pending-removal-in-3.13.rst

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,3 @@ APIs:
3838
* :meth:`!unittest.TestProgram.usageExit` (:gh:`67048`)
3939
* :class:`!webbrowser.MacOSX` (:gh:`86421`)
4040
* :class:`classmethod` descriptor chaining (:gh:`89519`)
41-
* :mod:`importlib.resources` deprecated methods:
42-
43-
* ``contents()``
44-
* ``is_resource()``
45-
* ``open_binary()``
46-
* ``open_text()``
47-
* ``path()``
48-
* ``read_binary()``
49-
* ``read_text()``
50-
51-
Use :func:`importlib.resources.files` instead. Refer to `importlib-resources: Migrating from Legacy
52-
<https://importlib-resources.readthedocs.io/en/latest/using.html#migrating-from-legacy>`_ (:gh:`106531`)

0 commit comments

Comments
 (0)