[issue18278] Clarify the loader requirements for importlib.machinery.FileFinder

2013-06-21 Thread Brett Cannon
Changes by Brett Cannon : -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___

[issue18278] Clarify the loader requirements for importlib.machinery.FileFinder

2013-06-21 Thread Roundup Robot
Roundup Robot added the comment: 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 #18

[issue18278] Clarify the loader requirements for importlib.machinery.FileFinder

2013-06-21 Thread Brett Cannon
New submission from Brett Cannon: Should specify the loader needs to be a callable which accepts two arguments: module name and found file path. -- assignee: brett.cannon components: Documentation messages: 191599 nosy: brett.cannon priority: low severity: normal stage: needs patch stat