[Python-Dev] Proposed Mixins for Wide Interfaces

Guido van Rossum guido@python.org
Thu, 05 Sep 2002 10:53:08 -0400


> How about the MappingMixin and SequenceMixin?  These both
> provide much more meat and have more natural attach points
> (getitem, setitem, delitem).

I'd much rather have a howto that explains all the issues.  This stuff
is vastly underdocumented.

--Guido van Rossum (home page: http://www.python.org/~guido/)