File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -1374,6 +1374,18 @@ APIs:
1374
1374
* :meth: `!unittest.TestProgram.usageExit ` (:gh: `67048 `)
1375
1375
* :class: `!webbrowser.MacOSX ` (:gh: `86421 `)
1376
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 `)
1377
1389
1378
1390
Pending Removal in Python 3.14
1379
1391
------------------------------
You can’t perform that action at this time.
0 commit comments