Documentation
There is some obsolete information in the section Pending Removal in Future Versions of the What's new in Python 3.13 document.
- There are listed:
importlib.resources deprecated methods:
contents()
is_resource()
open_binary()
open_text()
path()
read_binary()
read_text()
These were already removed from Python 3.13.
- There is listed:
importlib.resources: First parameter to files is renamed to ‘anchor’.
This has already changed in Python 3.12
Linked PRs