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
— 导入模块从 Zip 存档
pkgutil
— 包扩展实用程序
modulefinder
— 查找用于脚本的模块
runpy
— 定位和执行 Python 模块
importlib
— 实现为
import