Closed
Description
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
- gh-111301: Move importlib.resources changes to the Removed section #111509
- gh-111301: Move
importlib.resources.files
change to What's new in Python 3.12 #111512 - [3.12] gh-111301: Move
importlib.resources.files
change to What's new in Python 3.12 (#111512) #111534 - gh-111301: Advertise importlib methods removal in What's new in Python 3.12 #111630
- [3.12] gh-111301: Advertise importlib methods removal in What's new in Python 3.12 (GH-111630) #114187