This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
标题: remove usage of imp.load_module() from pydoc
类型: behavior Stage: resolved
Components: Library (Lib) Versions: Python 3.4
process
状态: closed Resolution: fixed
Dependencies: 后续:
分配给: brett.cannon 抄送列表: brett.cannon, python-dev
优先级: normal 关键字:

Created on 2013-06-07 17:41 by brett.cannon, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg190765 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) 日期: 2013-06-07 17:41
<EOM>
msg190989 - (view) Author: Roundup Robot (python-dev) (Python triager) 日期: 2013-06-11 21:09
New changeset 2c747be20d05 by Brett Cannon in branch 'default':
Issue #18157: stop using imp.load_module() in imp.
http://hg.python.org/cpython/rev/2c747be20d05
历史
日期 用户 动作 参数
2022-04-11 14:57:46admin修改github: 62357
2013-06-11 21:11:16brett.cannon修改状态: open -> closed
resolution: fixed
stage: needs patch -> resolved
2013-06-11 21:09:52python-dev修改抄送: + python-dev
消息: + msg190989
2013-06-07 17:44:14brett.cannon链接issue14797 dependencies
2013-06-07 17:41:54brett.cannon创建