Issue 18278: Clarify the loader requirements for importlib.machinery.FileFinder (original) (raw)

Issue18278

Created on 2013-06-21 17:31 by brett.cannon, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg191599 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2013-06-21 17:31
Should specify the loader needs to be a callable which accepts two arguments: module name and found file path.
msg191617 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-06-21 22:37
New changeset 6978d7a6692a by Brett Cannon in branch '3.3': Issue #18278: properly document how the loaders are called for FileFinder http://hg.python.org/cpython/rev/6978d7a6692a New changeset a089a8b1f93d by Brett Cannon in branch 'default': merge for issue #18278 http://hg.python.org/cpython/rev/a089a8b1f93d
History
Date User Action Args
2022-04-11 14:57:47 admin set github: 62478
2013-06-21 22:37:48 brett.cannon set status: open -> closedresolution: fixedstage: needs patch -> resolved
2013-06-21 22:37:10 python-dev set nosy: + python-devmessages: +
2013-06-21 17:31:21 brett.cannon create