Thank you for the clarification, bob.<br><br>For any future readers of this thread I include this link[1] to effbot&#39;s guide on lists, which I probably should have already read.<br><br>My intention now is to modify list contents in the following fashion:<br>

<br>for index, value in enumerate(L):<br>    L[0] = some_func(value)<br><br>Is this the standard method?<br><br>[1]: <a href="http://effbot.org/zone/python-list.htm">http://effbot.org/zone/python-list.htm</a><br><br>Colin Caine<br>