8000
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 70de354 commit 72d0b39Copy full SHA for 72d0b39
Doc/whatsnew/3.13.rst
@@ -822,13 +822,15 @@ importlib
822
---------
823
824
* Remove :mod:`importlib.resources` deprecated methods:
825
+
826
* ``contents()``
827
* ``is_resource()``
828
* ``open_binary()``
829
* ``open_text()``
830
* ``path()``
831
* ``read_binary()``
832
* ``read_text()``
833
834
Use :func:`importlib.resources.files()` instead. Refer to `importlib-resources: Migrating from Legacy
835
<https://importlib-resources.readthedocs.io/en/latest/using.html#migrating-from-legacy>`_
836
for migration advice.
0 commit comments