computing with characters

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Wed Apr 30 07:39:07 EDT 2008


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



More information about the Python-list mailing list