[Python-Dev] New Import Hooks PEP, a first draft (and req. for PEP #)

James C. Ahlstrom jim@interet.com
Fri, 20 Dec 2002 12:23:37 -0500


James C. Ahlstrom wrote:

> to be used to search for files with different suffixes, for
> example suffixes=[".conf"].

Ooops, that should be
     suffixes = [(".conf", "r", 0)]

JimA