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: Clarify docs for importlib.import_module()
Type: Stage: resolved
Components: Documentation Versions: Python 3.4, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: brett.cannon Nosy List: brett.cannon, python-dev
Priority: low Keywords:

Created on 2015-02-09 15:45 by brett.cannon, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg235616 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2015-02-09 15:45
* Link to the function from importlib.__import__()
* Link to importlib.invalidate_caches()
* Linkify mention in docs for importlib.util.find_spec()
msg236295 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2015-02-20 15:34
New changeset 46bfddb14cbe by Brett Cannon in branch 'default':
Issue #23422: Clarify some things around importlib.import_module()
https://hg.python.org/cpython/rev/46bfddb14cbe
History
Date User Action Args
2022-04-11 14:58:12adminsetgithub: 67610
2015-02-20 15:42:44brett.cannonsetstatus: open -> closed
resolution: fixed
stage: resolved
2015-02-20 15:34:39python-devsetnosy: + python-dev
messages: + msg236295
2015-02-09 15:45:08brett.cannoncreate