I don't think I would use sets at all. They change the semantic meaning of the original list. What if you have duplicate entries that you want to keep? Converting to a set and back will strip out the duplicates of that.
-- http://mail.python.org/mailman/listinfo/python-list