PK
The modules described in this chapter provide new ways to import other Python modules and hooks for customizing the import process.
The full list of modules described in this chapter is:
zipimport
pkgutil
modulefinder
ModuleFinder
runpy
importlib
import
importlib.abc
importlib.machinery
importlib.util
importlib.import_module()
30.2. codeop — Compile Python code
codeop
31.1. zipimport — Import modules from Zip archives