本章中介绍的模块提供了导入其他Python模块和挂钩以自定义导入过程的新方法。
本章描述的完整模块列表如下:
imp
import
importlib
__import__()
imputil
zipimport
pkgutil
modulefinder
ModuleFinder
runpy
30.2. Bastion — Restricting access to objects
Bastion
31.1. imp — Access the import internals