]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42135 Correct version slated for importlib.find_loader removal (GH-28312)
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Mon, 13 Sep 2021 22:57:50 +0000 (01:57 +0300)
committerGitHub <noreply@github.com>
Mon, 13 Sep 2021 22:57:50 +0000 (15:57 -0700)
commit9f93018b69d72cb48d3444554261ae3b0ea00c93
tree8bf891e2003ad01daba9cf1fe70a11790d53074b
parenta2d8c4b81b8e68e2ffe10945f7ca69174c14e52a
bpo-42135 Correct version slated for importlib.find_loader removal (GH-28312)

importlib.find_loader should also be slated for 3.12 like the others in GH-25169 and as documented in https://docs.python.org/3.11/whatsnew/3.10.html#deprecated.
Lib/importlib/__init__.py
Misc/NEWS.d/next/Library/2021-09-13-19-32-58.bpo-42135.1ZAHqR.rst [new file with mode: 0644]