]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-97850: Deprecate `find_loader` and `get_loader` in `pkgutil` (GH-98520)
authorNikita Sobolev <mail@sobolevn.me>
Wed, 3 May 2023 23:11:54 +0000 (02:11 +0300)
committerGitHub <noreply@github.com>
Wed, 3 May 2023 23:11:54 +0000 (16:11 -0700)
commitd6e83fbf30fb25996b547d8a2444814437e228e5
tree56a956bc3dcac4bc088742b682300ba6135678b6
parent9f9e001ab2ab67acdb2e0383a25ab4c164608a47
gh-97850: Deprecate `find_loader` and `get_loader` in `pkgutil` (GH-98520)

Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Co-authored-by: Brett Cannon <brett@python.org>
Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
Doc/library/pkgutil.rst
Doc/whatsnew/3.12.rst
Lib/pkgutil.py
Lib/test/test_pkgutil.py
Misc/NEWS.d/next/Library/2022-10-21-16-23-31.gh-issue-97850.N46coo.rst [new file with mode: 0644]