[Python-Dev] regrtest.py mystery (original) (raw)

Martin v. Loewis martin@v.loewis.de
Tue, 18 Dec 2001 00:47:04 +0100


the only way I can think of is "execution reached the end of the module", which would probably break considerable amounts of code that rely on "temporarily recursive" imports.

I would have said "does not throw ImportError".

Regards, Martin