Is there a unique method in python to unique a list?
Serhiy Storchaka
storchaka at gmail.com
Sun Sep 9 04:36:43 EDT 2012
More information about the Python-list mailing list
Sun Sep 9 04:36:43 EDT 2012
- Previous message (by thread): Is there a unique method in python to unique a list?
- Next message (by thread): Is there a unique method in python to unique a list?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 09.09.12 08:47, Donald Stufft wrote: > If you don't need to retain order you can just use a set, Only if elements are hashable.
- Previous message (by thread): Is there a unique method in python to unique a list?
- Next message (by thread): Is there a unique method in python to unique a list?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list