[New-bugs-announce] [issue21581] Consider dropping importlib.abc.Loader.create_module()
Brett Cannon
report at bugs.python.org
Mon May 26 16:51:37 CEST 2014
New submission from Brett Cannon:
As Armin Ronacher pointed out, it's a bit odd having the importlib.abc.Loader ABC have a method whose default does nothing and having the method itself be entirely optional. Might as well just drop it from the ABC and instead just make sure that create_module() is documented appropriately (it's such an advanced use case it might also simplify things to not have it in the typical user's face).
----------
components: Library (Lib)
messages: 219159
nosy: brett.cannon
priority: normal
severity: normal
stage: test needed
status: open
title: Consider dropping importlib.abc.Loader.create_module()
type: behavior
versions: Python 3.5
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21581>
_______________________________________
More information about the New-bugs-announce
mailing list