[development doc updates]

Bengt Richter bokr at oz.net
Fri Aug 23 15:35:32 EDT 2002


On Fri, 23 Aug 2002 13:24:22 -0400 (EDT), "Fred L. Drake" <fdrake at acm.org> wrote:

>The development version of the documentation has been updated:
>
>    http://www.python.org/dev/doc/devel/
>
>Add documentation for the new "sets" module (thanks, Raymond!).
>Various minor additions and clarifications.
>
Nice to have a set type ;-)
Is there an efficient s1==s2 test? Or should one take that for granted?

not (s1&s2).issubset(s1|s2) ??

Regards,
Bengt Richter



More information about the Python-list mailing list