Re: computing with characters
- From: "Terry Reedy" <tjreedy@xxxxxxxx>
- Date: Wed, 30 Apr 2008 16:28:51 -0400
"Marco Mariani" <marco@xxxxxxxxxxxxxx> wrote in message
news:1TYRj.27306$o06.18162@xxxxxxxxxxxxxxxxxxxxxxxx
| Torsten Bronger wrote:
|
| > However, join() is really bizarre. The list rather than the
| > separator should be the leading actor.
|
| No, because join must work with _any sequence_, and there is no
| "sequence" type to put the join method on.
More generally, it works with any iterable, including dicts...
.
- References:
- computing with characters
- From: SL
- Re: computing with characters
- From: Lutz Horn
- Re: computing with characters
- From: SL
- Re: computing with characters
- From: Gabriel Genellina
- Re: computing with characters
- From: SL
- Re: computing with characters
- From: Torsten Bronger
- Re: computing with characters
- From: Duncan Booth
- Re: computing with characters
- From: Torsten Bronger
- Re: computing with characters
- From: Marco Mariani
- computing with characters
- Prev by Date: Re: Tremendous slowdown due to garbage collection
- Previous by thread: Re: computing with characters
- Next by thread: Re: computing with characters
- Index(es):
Relevant Pages
|