Diez B. Roggisch wrote:
online.serv...@ymail.com schrieb:
python's list needs a thing  list.clear()  like c# arraylist
and

some_list[:] = []

I agree that this is nice and clear, but as a relative newbie
wouldn't

some_list = []

be also acceptable (and pythonic?)?

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to