In article <[EMAIL PROTECTED]>, Fredrik Lundh <[EMAIL PROTECTED]> wrote: > >dicts and sets are mappings, and lists are not. mappings don't >support slicing. lists do. > >are you sure you know Python ?
Actually, after spending some time thinking about this, I've decided that sets are *not* mappings. I believe that a mapping should support __getitem__(); in addition, sets do not consist of key/value pairs like any other mapping. (Just to be clear, I do agree with your basic point; I'm nitpicking on a tangent.) -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ "19. A language that doesn't affect the way you think about programming, is not worth knowing." --Alan Perlis -- http://mail.python.org/mailman/listinfo/python-list