[Python-Dev] is the 'path' argument to an importer's find_module() just a hint?
Torne Wuff
torne-pythondev at wolfpuppy.org.uk
Tue Oct 28 12:04:48 CET 2008
On Mon, Oct 27 08 at 1:44:29PM -0700, Brett Cannon wrote:
> I doubt anyone does. As Thomas asked, do people really even still use
> frozen modules?
I use frozen modules to load a filesystem driver into my bare-metal
Python port (since there are no FS syscalls and thus I can't import
the first python code from anywhere else). This may be something of a
special case. :)
I don't use __path__, though..
--
Torne Wuff
torne at wolfpuppy.org.uk
More information about the Python-Dev
mailing list