Best way to make a list unique?

Paul Rubin http
Fri Mar 11 20:41:59 EST 2005


I usually do it by sorting the list and then scanning in the obvious
way, moving stuff down, and doing a single del operation at the end.



More information about the Python-list mailing list