[Python-Dev] New and Improved Import Hooks

Moore, Paul Paul.Moore@atosorigin.com
Wed, 4 Dec 2002 16:28:02 -0000


From: Just van Rossum [mailto:just@letterror.com]
> We do what Jython does: somewhere during initialisation,
> *.zip sys.path items will be replaced by zipimporter
> instances.

BTW, on Gordon's site, in the iu documentation, he mentions
that "the assumption that sys.path is occupied solely by
strings seems ineradicable". I don't know if he's got any
specific issues in mind, but it might be worth checking out
(get the screams of protest out of the way before the code
goes in :-))

I've copied Gordon in case he can give any specifics...

Paul.