[New-bugs-announce] [issue23013] Tweak wording for importlib.util.LazyLoader in regards to Loader.create_module()

Brett Cannon report at bugs.python.org
Mon Dec 8 17:09:14 CET 2014


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 <report at bugs.python.org>
<http://bugs.python.org/issue23013>
_______________________________________


More information about the New-bugs-announce mailing list