8000 Fix: Improve the list rendering · python/cpython@72d0b39 · GitHub
[go: up one dir, main page]

Skip to content

Commit 72d0b39

Browse files
committed
Fix: Improve the list rendering
1 parent 70de354 commit 72d0b39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Doc/whatsnew/3.13.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -822,13 +822,15 @@ importlib
822822
---------
823823

824824
* Remove :mod:`importlib.resources` deprecated methods:
825+
825826
* ``contents()``
826827
* ``is_resource()``
827828
* ``open_binary()``
828829
* ``open_text()``
829830
* ``path()``
830831
* ``read_binary()``
831832
* ``read_text()``
833+
832834
Use :func:`importlib.resources.files()` instead. Refer to `importlib-resources: Migrating from Legacy
833835
<https://importlib-resources.readthedocs.io/en/latest/using.html#migrating-from-legacy>`_
834836
for migration advice.

0 commit comments

Comments
 (0)
0