The modules described in this chapter provide new ways to import other Python modules and hooks for customizing the import process.
此章描述的完整模块列表:
zipimport
— 导入模块从 Zip 存档
pkgutil
— 包扩展实用程序
modulefinder
— 查找用于脚本的模块
runpy
— 定位和执行 Python 模块
importlib
— 实现为
import