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 0154405 commit f497525Copy full SHA for f497525
Doc/whatsnew/3.12.rst
@@ -1374,6 +1374,18 @@ APIs:
1374
* :meth:`!unittest.TestProgram.usageExit` (:gh:`67048`)
1375
* :class:`!webbrowser.MacOSX` (:gh:`86421`)
1376
* :class:`classmethod` descriptor chaining (:gh:`89519`)
1377
+* :mod:`importlib.resources` deprecated methods:
1378
+
1379
+ * ``contents()``
1380
+ * ``is_resource()``
1381
+ * ``open_binary()``
1382
+ * ``open_text()``
1383
+ * ``path()``
1384
+ * ``read_binary()``
1385
+ * ``read_text()``
1386
1387
+ Use :func:`importlib.resources.files()` instead. Refer to `importlib-resources: Migrating from Legacy
1388
+ <https://importlib-resources.readthedocs.io/en/latest/using.html#migrating-from-legacy>`_ (:gh:`106531`)
1389
1390
Pending Removal in Python 3.14
1391
------------------------------
0 commit comments