Steven D'Aprano wrote: > But name.clear() meaning "mutate the object referenced by name to the > empty state" is a very natural candidate for a method, and I don't > understand why lists shouldn't have it.
Funny this even comes up, because I was just trying to 'clear' a list the other day. But it sounds like it's been an issue for a while. :) -- http://mail.python.org/mailman/listinfo/python-list