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 [EMAIL PROTECTED] _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com