Issue 17567: Clarify importlib.abc.PathEntryFinder.find_loader() docs (original) (raw)

Issue17567

Created on 2013-03-28 16:04 by brett.cannon, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg185454 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2013-03-28 16:04
"An empty list can be used for portion to signify the loader is not part of a package" should have a "namespace" mention in there at least. Links to the namespace loader or namespace package docs would also help.
msg186451 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2013-04-09 21:05
Covered by http://hg.python.org/cpython/rev/8e733e30edf6
History
Date User Action Args
2022-04-11 14:57:43 admin set github: 61767
2013-04-09 21:05:53 brett.cannon set status: open -> closedresolution: fixedmessages: + stage: needs patch -> resolved
2013-03-28 16:04:11 brett.cannon create