How do you check to see if a variable is a set?  I would like to use

if type(var) is types.SetType:
   blah

but that is not available in types module.  I am using 2.4

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

Reply via email to