[PYTHON MATRIX-SIG] More naming/module issues

Guido van Rossum guido@CNRI.Reston.Va.US
Fri, 06 Sep 1996 12:43:58 -0400


> I don't understand the implications of the package nesting, however. One
> wouldn't want to load all of the LinearAlgebra children just because you
> wanted one of them.

And you don't get them.  If your code says

	import FFT.NAG

then FFT.FFTPACK and others are not loaded.  So this sounds about right.

--Guido van Rossum (home page: http://www.python.org/~guido/)

=================
MATRIX-SIG  - SIG on Matrix Math for Python

send messages to: matrix-sig@python.org
administrivia to: matrix-sig-request@python.org
=================