New submission from Brett Cannon: The docs for importlib.util.LazyLoader emphatically say that a "loader cannot define importlib.abc.Loader.create_module()" if it is to be subclassed. What in fact should say is that the subclass' create_module() will not be called; whether it is defined or not is of no consequence.
---------- assignee: brett.cannon components: Documentation keywords: easy messages: 232312 nosy: brett.cannon priority: normal severity: normal stage: needs patch status: open title: Tweak wording for importlib.util.LazyLoader in regards to Loader.create_module() versions: Python 3.5 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue23013> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com