On Fri, 2010-10-15 at 19:55 +0300, Fatih Tümen wrote:
> > This is a bug... shuld be more something like:
> >
> >                uris.append(syncuri.replace(
> >                    "//%s%s%s/" % (user_name, hostname, port),
> >                    "//%s%s%s/" % (user_name, ip, port), 1))
> >
> > Probably needs to be reported.
> >
> >
> >
> >
> 
> Coding against PEP8 is not a bug. 

I was referring to the adding a string to an integer.


Reply via email to