We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 230e8e9 commit 2107e5fCopy full SHA for 2107e5f
Doc/whatsnew/3.12.rst
@@ -1371,6 +1371,18 @@ APIs:
1371
* :meth:`!unittest.TestProgram.usageExit` (:gh:`67048`)
1372
* :class:`!webbrowser.MacOSX` (:gh:`86421`)
1373
* :class:`classmethod` descriptor chaining (:gh:`89519`)
1374
+* :mod:`importlib.resources` deprecated methods:
1375
+
1376
+ * ``contents()``
1377
+ * ``is_resource()``
1378
+ * ``open_binary()``
1379
+ * ``open_text()``
1380
+ * ``path()``
1381
+ * ``read_binary()``
1382
+ * ``read_text()``
1383
1384
+ Use :func:`importlib.resources.files()` instead. Refer to `importlib-resources: Migrating from Legacy
1385
+ <https://importlib-resources.readthedocs.io/en/latest/using.html#migrating-from-legacy>`_ (:gh:`106531`)
1386
1387
Pending Removal in Python 3.14
1388
------------------------------
0 commit comments