In Python 3.10, the find_loader() and find_module() methods of zipimport were deprecated by commit
and commit
.
It's now time to remove them. The find_spec() method should be used instead.
See issue
and
for the rationale.
I wrote PR
to remove these methods.