[Python-ideas] New list methods

MRAB google at mrabarnett.plus.com
Tue May 5 19:48:53 CEST 2009


Zac Burns wrote:
> I would like to see the following methods added to lists...
> 
> rindex : Return first index of value from the right
> rremove: Return first occurence of value from the right.
> 
index() has start and stop arguments. Would anything be gained
if remove() had them too?



More information about the Python-ideas mailing list