> 
> I'm not sure about SciPy,

Yes SciPy allows it too !
  but lists in standard Python allow this:
> 
>>>> array = [1, 2, 3, 4]
>>>> array[2:50000]
> [3, 4]
> 
> That's generally a good thing.
> 

You're not perhaps by origin an analog engineer ;-)

cheers,
Stef Mientki
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to