]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-97850: remove ``find_loader`` and ``get_loader`` from ``pkgutil`` (#119656)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Fri, 1 Nov 2024 16:35:22 +0000 (17:35 +0100)
committerGitHub <noreply@github.com>
Fri, 1 Nov 2024 16:35:22 +0000 (18:35 +0200)
commit464a7a91d0c75241a2f1913e78dbfbc29d4193b4
tree1e9d04bc545540f6eaa78976e2b4564fe922cfce
parent38a604fd90e765d5ac42373755397ab1e6cc0a39
gh-97850: remove ``find_loader`` and ``get_loader`` from ``pkgutil`` (#119656)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Brett Cannon <brett@python.org>
Doc/deprecations/pending-removal-in-3.14.rst
Doc/library/pkgutil.rst
Doc/whatsnew/3.12.rst
Doc/whatsnew/3.14.rst
Lib/pkgutil.py
Lib/test/test_doctest/test_doctest.py
Lib/test/test_pkgutil.py
Misc/NEWS.d/3.12.0b1.rst
Misc/NEWS.d/next/Library/2024-05-28-14-35-23.gh-issue-97850.dCtjel.rst [new file with mode: 0644]