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

2015-01-16 Thread Brett Cannon

Brett Cannon added the comment:

Change went in through making create_module() required.

--
resolution:  -> fixed
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2014-12-12 Thread Brett Cannon

Brett Cannon added the comment:

Fix is part of issue #23014, so if that goes in then this will be fixed as a 
side-effect.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2014-12-12 Thread Brett Cannon

Changes by Brett Cannon :


--
dependencies: +Don't have importlib.abc.Loader.create_module() be optional

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2014-12-08 Thread Brett Cannon

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com