]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94379: Remove zipimport find_loader() and find_module() methods (#94380)
authorVictor Stinner <vstinner@python.org>
Tue, 5 Jul 2022 10:11:42 +0000 (12:11 +0200)
committerGitHub <noreply@github.com>
Tue, 5 Jul 2022 10:11:42 +0000 (12:11 +0200)
commit92bcb26d000c5890127a87ade2bd813cf1218704
tree2ab595f66f2d8a64e656ad31ec341b61ee10d42a
parent3440d197a55800ecceea3e115e44b4262411359c
gh-94379: Remove zipimport find_loader() and find_module() methods (#94380)

zipimport: Remove find_loader() and find_module() methods, deprecated
in Python 3.10: use the find_spec() method instead. See PEP 451 for
the rationale.
Doc/whatsnew/3.12.rst
Lib/test/test_zipimport.py
Lib/zipimport.py
Misc/NEWS.d/next/Library/2022-06-28-14-29-21.gh-issue-94379.RrgKfh.rst [new file with mode: 0644]