Re: file thingys and sys.path

Guido.van.Rossum@cwi.nl
Mon, 09 May 1994 09:38:37 +0200

> Does execfile use sys.path to resolve the full pathname of its
> argument? Does the builtin open()? Perhaps they should...

I don't think they should. But of course no-one will stop you to
write a three-line function that resolves files in sys.path...

--Guido van Rossum, CWI, Amsterdam <Guido.van.Rossum@cwi.nl>
URL: <http://www.cwi.nl/cwi/people/Guido.van.Rossum.html>