Peter <peter at maubp.freeserve.co.uk> wrote:
> Note that at some point we will be moving from Numeric to numpy, so
> the exact internals of the current array based MutableSeq will change
> slightly then.
MutableSeq uses Python's array, not Numeric's array, so it should not be affected by moving from Numeric to numpy.
--Michiel.