]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106531: Remove importlib.resources._legacy (#106532)
authorJason R. Coombs <jaraco@jaraco.com>
Fri, 14 Jul 2023 17:38:28 +0000 (13:38 -0400)
committerGitHub <noreply@github.com>
Fri, 14 Jul 2023 17:38:28 +0000 (13:38 -0400)
commit243fdcb40ebeb177ce723911c1f7fad8a1fdf6cb
treebe3feb76659bc8b139178765bc1549611de50f19
parent7c95345e4f93f4a2475418f17df5aae39dea861f
gh-106531: Remove importlib.resources._legacy (#106532)

* gh-106531: Remove importlib.resources._legacy

Syncs with importlib_resources 6.0.

* Remove documentation for removed functionality.
Doc/library/importlib.resources.rst
Lib/importlib/resources/__init__.py
Lib/importlib/resources/_legacy.py [deleted file]
Misc/NEWS.d/next/Library/2023-07-07-16-19-59.gh-issue-106531.eMfNm8.rst [new file with mode: 0644]