According to Python reference documentation
http://docs.python.org/reference/datamodel.html#object.__getitem__ we should
raise
IndexError if we doesn't support negative indexes. For now an AssertionError is
raised for the case.
Original issue reported on code.google.com by esizi...@gmail.com on 17 Feb 2010 at 5:56
Original issue reported on code.google.com by
esizi...@gmail.com
on 17 Feb 2010 at 5:56