Dec. 3, 2002
9:20 p.m.
Samuele Pedroni wrote:
No jython accepts strings of the form *.zip in sys.path, that are converted upon scanning on import to string subclasses' instances with the same value as string, through which import happens using an internal interface implemented by these string subclasses.
We also set __path__s to contain things of the form *.zip/rel/path/to/package.
And these package __path__s are _also_ "import hook" string subclasses, right? That makes an awful lot of sense. Just