Re: Question about concatenation error

2005-09-07 Thread Terry Hancock
On Wednesday 07 September 2005 11:34 am, colonel wrote: > I am new to python and I am confused as to why when I try to > concatenate 3 strings, it isn't working properly. > > Here is the code: I'm not taking the time to really study it, but at first glance, the code looks like it's probably much

Re: Question about concatenation error

2005-09-07 Thread Terry Reedy
"colonel" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > so can anyone tell me why "cleanlink" gets coverted to a list? > Is it during the slicing? Steve answered for you, but for next time, you could find out faster by either using the all-purpose debuging tool known as 'print'

Re: Question about concatenation error

2005-09-07 Thread Steve Holden
colonel wrote: > On Wed, 07 Sep 2005 16:34:25 GMT, colonel <[EMAIL PROTECTED]> > wrote: > > >>I am new to python and I am confused as to why when I try to >>concatenate 3 strings, it isn't working properly. >> >>Here is the code: >> >>-

Re: Question about concatenation error

2005-09-07 Thread colonel
On Wed, 07 Sep 2005 16:34:25 GMT, colonel <[EMAIL PROTECTED]> wrote: >I am new to python and I am confused as to why when I try to >concatenate 3 strings, it isn't working properly. > >Here is the code: > >--

Question about concatenation error

2005-09-07 Thread colonel
I am new to python and I am confused as to why when I try to concatenate 3 strings, it isn't working properly. Here is the code: -- import string import sys import re import urllib linkArray = [] srcArray =