Best way to make a list unique?
Paul Rubin
http
Fri Mar 11 20:41:59 EST 2005
More information about the Python-list mailing list
Fri Mar 11 20:41:59 EST 2005
- Previous message (by thread): Best way to make a list unique?
- Next message (by thread): Speeding up CGIHTTPServer
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): Best way to make a list unique?
- Next message (by thread): Speeding up CGIHTTPServer
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list