Re: computing with characters
- From: Carl Banks <pavlovevidence@xxxxxxxxx>
- Date: Wed, 30 Apr 2008 10:58:45 -0700 (PDT)
On Apr 30, 6:47 am, Duncan Booth <duncan.bo...@xxxxxxxxxxxxxxx> wrote:
Torsten Bronger <bron...@xxxxxxxxxxxxxxxxxxxxx> wrote:
The biggest ugliness though is ",".join(). No idea why this should
be better than join(list, separator=" "). Besides, ",".join(u"x")
yields an unicode object. This is confusing (but will probably go
away with Python 3).
It is only ugly because you aren't used to seeing method calls on string
literals.
I'm used to seeing it and I think it's ugly. Too terribly convenient
to not use, though (which is why I'm used to seeing it).
Carl Banks
.
- 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
- computing with characters
- Prev by Date: Re: PIL and IPTC
- Next by Date: Re: Sending Cntrl-C ??
- Previous by thread: Re: computing with characters
- Next by thread: Re: computing with characters
- Index(es):
Relevant Pages
|