"Martin v. Löwis" <[EMAIL PROTECTED]> wrote:

>
> So to increase consistency, the .index method should be removed
> from lists, as well, IMO. If you find yourself doing a linear
> search, something is wrong.
>
I agree.
You should at the very least make it a binary search.
To do that you have to sort the list.
Much more efficient.

; - )

Please Sir, can I have the DoubleDict I asked for elsewhere in this thread?

- Hendrik

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to