Re: computing with characters



On Wed, 30 Apr 2008 13:12:05 +0200, Torsten Bronger wrote:

However, join() is really bizarre. The list rather than the
separator should be the leading actor.

You mean any iterable should be the leading actor, bacause `str.join()`
works with any iterable. And that's why it is implemented *once* on
string and unicode objects. Okay that's twice. :-)

Ciao,
Marc 'BlackJack' Rintsch
.