Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8deaa93 commit 49e7421Copy full SHA for 49e7421
1 file changed
Doc/deprecations/pending-removal-in-3.13.rst
@@ -38,15 +38,3 @@ APIs:
38
* :meth:`!unittest.TestProgram.usageExit` (:gh:`67048`)
39
* :class:`!webbrowser.MacOSX` (:gh:`86421`)
40
* :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