python24.zip

"Martin v. Löwis" martin at v.loewis.de
Tue May 24 15:23:16 EDT 2005


Robin Becker wrote:

> if the importers are tested statically how does a filesystem path ever
> manage
> to get back into the loop if it was ever found missing? In other words if
> things (eg python24.zip) are found not importable/usable in one pass how do
> they get reinstated?

I think (but see the code yourself) that only the successful importers
are cached.

Regards,
Martin



More information about the Python-list mailing list