[issue23014] Don't have importlib.abc.Loader.create_module() be optional

Brett Cannon report at bugs.python.org
Tue Dec 9 15:53:08 CET 2014


Brett Cannon added the comment:

Fair enough. I have no qualms with keeping importlib.util.module_from_spec() and have Loader.create_module() just call module_from_spec().

----------

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


More information about the Python-bugs-list mailing list