> Where is that OverflowError coming from? It computes the length of the range, to find out whether the index is out of range. Computing the length then raises the exception, as it uses range_length, not range_length_obj.
Regards, Martin _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
