This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Clarify the loader requirements for importlib.machinery.FileFinder
Type: Stage: resolved
Components: Documentation Versions: Python 3.3, Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: brett.cannon Nosy List: brett.cannon, python-dev
Priority: low Keywords:

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:47adminsetgithub: 62478
2013-06-21 22:37:48brett.cannonsetstatus: open -> closed
resolution: fixed
stage: needs patch -> resolved
2013-06-21 22:37:10python-devsetnosy: + python-dev
messages: + msg191617
2013-06-21 17:31:21brett.cannoncreate