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
Title: remove usage of imp.load_module() from pydoc
Type: behavior Stage: resolved
Components: Library (Lib) Versions: Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: brett.cannon Nosy List: brett.cannon, python-dev
Priority: normal Keywords:

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) Date: 2013-06-07 17:41
<EOM>
msg190989 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 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
History
Date User Action Args
2022-04-11 14:57:46adminsetgithub: 62357
2013-06-11 21:11:16brett.cannonsetstatus: open -> closed
resolution: fixed
stage: needs patch -> resolved
2013-06-11 21:09:52python-devsetnosy: + python-dev
messages: + msg190989
2013-06-07 17:44:14brett.cannonlinkissue14797 dependencies
2013-06-07 17:41:54brett.cannoncreate