python needs leaning stuff from other language

Terry Reedy tjreedy at udel.edu
Thu Apr 2 21:40:23 EDT 2009


Diez B. Roggisch wrote:
> online.service at ymail.com schrieb:
>> python's list needs a thing  list.clear()  like c# arraylist
>> and
> 
> some_list[:] = []

Or
del some_list[:]




More information about the Python-list mailing list