[Python-checkins] CVS: python/dist/src/Lib string.py,1.46,1.47

Fredrik Lundh Fredrik Lundh" <effbot@telia.com
Fri, 11 Feb 2000 20:43:21 +0100


Adrian Eyre <a.eyre@optichrome.com> wrote:
> >     AE> I figured that this applies to lists, tuples and strings. =
See
> >     AE> previous post for examples.
> >=20
> > And any class that acts like a sequence has to implement a join()
> > method too.
>=20
> If they want to override the default.

you're still confused.  "act like a sequence" is defined
by an interface, not a base class.  there is no default.

go study the sources, and you will understand.

</F>