> From: Alex Martelli [mailto:aleaxit at yahoo.com] > > Which is actually "sets" (lowercase leading s). You're right ... I had a brain fart, thinking we used: from Sets import set but of course it's: from sets import Set Damn. There goes a beautifully-crafted proposal ;) Tim Delaney