[Python-Dev] zipimport & import hooks

Guido van Rossum guido@python.org
Fri, 06 Dec 2002 10:22:13 -0500


> >     def getPythonPath(self):
> >         'See Zope.App.OFS.ApplicationControl.IRuntimeInfo.IRuntimeInfo'
> >         return tuple(sys.path)
> >     # The interface promises a tuple of strings
> 
> can Zope users modify the path?  (is this "application code", or is this
> part of a package that can be used by applications other than the main
> Zope programs?)

I dunno.  The interface is not that well documented. :-(

I just show that the assumption of strings (or str-like behavior) is
thoroughly established.

--Guido van Rossum (home page: http://www.python.org/~guido/)