Glenn Hutchings wrote: > But there are situations where you might want to treat it as a > read-only list. E.g., an argument to a function, so that you can > guarantee the function won't modify it.
if you cannot trust your own code not to modify objects you pass to it, I'm not sure Python's the right language for you. </F> -- http://mail.python.org/mailman/listinfo/python-list