[Python-Dev] New and Improved Import Hooks

Fredrik Lundh fredrik@pythonware.com
Thu, 5 Dec 2002 12:47:16 +0100


mal wrote:

> > and *still* uses special objects on sys.path for zipimports.
>=20
> But why store the import objects in sys.path and not in
> some auxilliary dictionary instead ?

"Things should be as complex as necessary but not more complex."=20

</F>