Grant Edwards wrote: > Wouldn't the clearest way to get a copy would be to do > something like: > > copy(lst) # I still think copy.copy() is a bit verbose... True, true. Maybe you could lobby for copy as a builtin in Python 3000? Steve