sorry, that should have been:

py>>import sets
py>>def doit(thelist):
...     s = sets.Set(thelist)
...     if  s == sets.Set([None]):
...             return None
...     else:
...             return max(s - sets.Set([None]))

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to