On Fri, Jun 1, 2012 at 10:46 AM, Chris Withers <
chris@simplistix.co.uk> wrote:
> Hi All,
>
> Any reason why this:
>
> >>> import numpy
> >>> numpy.zeros(10)[-123]
> Traceback (most recent call last):
> File "<stdin>", line 1, in <module>
> IndexError: index out of bounds
>
> ...could say this:
>
> >>> numpy.zeros(10)[-123]
> Traceback (most recent call last):
> File "<stdin>", line 1, in <module>
> IndexError: -123 is out of bounds
Only that no-one has implemented it, I guess. If you want to then