Comment

Peter Bengtsson

but not ordered unfortunately.

Parent comment

Manuzhai

I'd say that list(set([...])) is short enough? Or you could just work from the set directly. And I think the built-in set got a lot faster going from 2.3 to 2.4, due to it being rewritten in C.