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

Brett Cannon report at bugs.python.org
Fri Dec 12 15:39:19 CET 2014


Brett Cannon added the comment:

I don't think we really need to say anything. If people want default results, simply return None (which is handled for them by importlib.abc.Loader). The only thing changing here is that the method will now be required instead of optional.

I'll post the patch here before I commit to make sure it's all clear.

----------

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


More information about the Python-bugs-list mailing list