Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为什么从 python3.0 中删除 imputil 模块以及应该使用什么来代替它?
在 Python 3.1 中,有一个名为importlib的模块,它应该是 imputil 的更好替代品。
根据PEP 3108,它很少使用、未记录且从未更新以支持绝对导入。