From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1P6ot1-0002yR-1o for garchives@archives.gentoo.org; Fri, 15 Oct 2010 18:20:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AE80E0A6B; Fri, 15 Oct 2010 18:19:28 +0000 (UTC) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by pigeon.gentoo.org (Postfix) with ESMTP id 19E2AE0A6B for ; Fri, 15 Oct 2010 18:19:28 +0000 (UTC) Received: from compute2.internal (compute2.nyi.mail.srv.osa [10.202.2.42]) by gateway1.messagingengine.com (Postfix) with ESMTP id DE22F41B for ; Fri, 15 Oct 2010 14:19:27 -0400 (EDT) Received: from frontend1.messagingengine.com ([10.202.2.160]) by compute2.internal (MEProxy); Fri, 15 Oct 2010 14:19:27 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=subject:from:to:in-reply-to:references:content-type:date:message-id:mime-version:content-transfer-encoding; s=smtpout; bh=VGWmPDNCh7GypOsxhGRr2IfjJwA=; b=G5I882X33IZW+Z17M+GkTuT213D+kjMqwdJ0bmUt94CWMFxLnNC/rjxQ+bhObsuB+NOKPyaFfXTgBJDI4fK3uF2bmjGFPuVl+khP6g1t/f0uROq57Xhv44oVAxdPugOdGSsB3iiPw/7xN9Bo1ayIX2x2NMH9pc1dBgS/9oHbSZk= X-Sasl-enc: p0xh1eharTkLYr0AYWWX2igmaSZNIwjUg+xk+wqMC0Di 1287166767 Received: from [192.168.0.108] (65.23.112.45.nw.nuvox.net [65.23.112.45]) by www.fastmail.fm (Postfix) with ESMTPSA id 96FEE406660 for ; Fri, 15 Oct 2010 14:19:27 -0400 (EDT) Subject: Re: [gentoo-user] emerge/python failure From: Albert Hopkins To: gentoo-user@lists.gentoo.org In-Reply-To: References: <1287160075.21472.3.camel@paska> Content-Type: text/plain; charset="ISO-8859-1" Date: Fri, 15 Oct 2010 14:19:26 -0400 Message-ID: <1287166766.21472.4.camel@paska> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 438fa200-1297-4498-ba63-72315f0bcfbd X-Archives-Hash: e98923e7daa5ea3719b35e5b5b65cffe On Fri, 2010-10-15 at 19:55 +0300, Fatih T=FCmen 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. > > > > > > > > >=20 > Coding against PEP8 is not a bug.=20 I was referring to the adding a string to an integer.