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 baa9216 commit ee4dbecCopy full SHA for ee4dbec
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