We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
In Python 3.10, the find_loader() and find_module() methods of zipimport were deprecated by commitd2e94bb and commit57c6cb5.
It's now time to remove them. The find_spec() method should be used instead.
See issue#86301 andPEP 451 for the rationale.
I wrotePR#94380 to remove these methods.