Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:

One other thought:  the API for list.index() doesn't exist in isolation.  There 
is also str.index, the sequence abstract base class, and tons of code that has 
been written to emulate lists.  This is an ancient API (approx 20 years) and 
should only be changed with care.

IOW, I don't think this change should have been made at all, at least not 
without a discussion on python-dev and motivating use cases.

----------
priority: normal -> high
resolution: fixed -> 

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13340>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to