[Python-Dev] (no subject)

Martin v. Löwis martin@v.loewis.de
Thu, 5 Dec 2002 15:50:35 +0100


> Example (not too realistic, I admit):
>
>    sys.path = [ os.path.abspath(d) for d in sys.path ]
>
> which collapses string subclasses to strings :-(

Of course, for zipfile imports, this won't be a problem, since the
zipimport string is restored when the next import statement is executed.

Regards,
Martin