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:
13741374* :meth: `!unittest.TestProgram.usageExit ` (:gh: `67048 `)
13751375* :class: `!webbrowser.MacOSX ` (:gh: `86421 `)
13761376* :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 `)
13771389
13781390Pending Removal in Python 3.14
13791391------------------------------
You can’t perform that action at this time.
0 commit comments