Zac Burns wrote:
Is it really worth it to not implement list.clear and answer this
question over and over again?

I see no reason that a list shouldn't have a .clear method.

Does dict have a .clear method? Yes.

Does set have a .clear method? Yes.

Does list have a .clear method? No.

Of course, with a list you can do del my_list[:]; there's no simple
equivalent for dict or set.

But, overall, I'm +1.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to