[Python-Dev] from ...sys import path (original) (raw)

Jewett, Jim J jim.jewett at eds.com
Sun Apr 4 19:30:01 EDT 2004


What is wrong with

from ...sys import path?

There are several CVS notes about reordering startup so that users can point to a custom sys or os.

...sys

Sure looks like a request for a custom sys. Whether to raise ImportError or use the default sys when the custom version isn't there ... I'm not sure.

The PEP should decide though, since this will probably happen with common addons. (Ensure that I have some PIL.)

-jJ



More information about the Python-Dev mailing list