[issue21438] Document which importlib.machinery loaders don't require an argument for load_module()

Brett Cannon report at bugs.python.org
Mon May 5 15:38:42 CEST 2014


New submission from Brett Cannon:

Multiple loaders don't require an argument for load_module() because the module name is provided as part of instance initialization. As such it doesn't hurt to document this fact to help shorten manual calls to the instances as when people do when transitioning off of the imp module.

----------
assignee: brett.cannon
components: Documentation
messages: 217922
nosy: brett.cannon
priority: normal
severity: normal
status: open
title: Document which importlib.machinery loaders don't require an argument for load_module()
versions: Python 3.4, Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21438>
_______________________________________


More information about the Python-bugs-list mailing list