[issue27276] FileFinder.find_spec() incompatible with finder specification
New submission from Paul Marinescu: importlib.machinery.FileFinder.find_spec is incompatible with importlib.abc.MetaPathFinder.find_spec (different number of arguments). The following leads to a runtime error: loader = (importlib.machinery.SourceFileLoader
[issue27276] FileFinder.find_spec() incompatible with finder specification
Changes by Paul Marinescu : -- resolution: -> not a bug status: open -> closed ___ Python tracker <http://bugs.python.org/issue27276> ___ ___ Python-bugs-