Commit 28da1c3f authored by Brett Cannon's avatar Brett Cannon

merge for issue #18278

parents 8cdfe9de 7316a0ca
......@@ -733,6 +733,8 @@ find and load modules.
The *loader_details* argument is a variable number of 2-item tuples each
containing a loader and a sequence of file suffixes the loader recognizes.
The loaders are expected to be callables which accept two arguments of
the module's name and the path to the file found.
The finder will cache the directory contents as necessary, making stat calls
for each module search to verify the cache is not outdated. Because cache
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment