I was wondering...
To flush a list it is better doing "del mylist[:]" or "mylist = []"?
Is there a preferred way? If yes, why?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to