Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.030 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'charset:iso-8859-7': 0.04; "subject:' ": 0.07; '2to3': 0.09; 'thread': 0.14; 'bumping': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'ought': 0.16; 'subject:type': 0.16; 'wrote:': 0.18; 'later': 0.20; 'header:In-Reply-To:1': 0.27; 'subject:) ': 0.29; 'message- id:@mail.gmail.com': 0.30; 'posting': 0.31; 'that.': 0.31; 'yes.': 0.31; 'anyone': 0.31; 'received:google.com': 0.35; 'two': 0.37; 'problems': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; "you're": 0.61; 'entitled': 0.65; 'hours': 0.66; '26,': 0.68; 'quicker': 0.84; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=lMJ0QWWNvfPQYyCW7wC4CjlXXI+mz9n93AEJBUFKGy8=; b=I6521EcpUQ/jCpTo0LKOAQobsumlXArqOkLFApHAFSS3NisTlcWwfEv9BcxCyYoa0N F1ug5eicOHx0VqQUIJpCNs2OILHKmpVavXl00MhaNi/sxSPakGKJZio6MAOjMXRta9QO m5EjnbPu9vwHQdglbQ1j/Dlm5uL1ZJzB+icyca/cMsB93OCGa1qYhk2mHpOHLBkUXu0X +KsFwrwuuycwwpwvAc+qpE/1D1rJqL02E2aEmfY67Yz/7FHeU/42Z/VKLQf+snnEyGHG flpzH53SyJpz3aVohGi1Qj5TTOLvYEr6WPTWwFyODwaZP9F7DntIzGXyfTbOtroR+LoV W6kA== MIME-Version: 1.0 X-Received: by 10.58.172.67 with SMTP id ba3mr12794384vec.58.1369573802741; Sun, 26 May 2013 06:10:02 -0700 (PDT) In-Reply-To: References: Date: Sun, 26 May 2013 23:10:02 +1000 Subject: Re: TypeError: unsupported operand type(s) for %: 'NoneType' and 'tuple' From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: quoted-printable X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1369573812 news.xs4all.nl 15889 [2001:888:2000:d::a6]:45981 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:46069 On Sun, May 26, 2013 at 11:00 PM, =CD=DF=EA=EF=F2 =C3=EA=F133=EA wrote: > Anyone seeign somethign wrong? Yes. You're posting requests, then bumping the thread two hours later as though you're entitled to a response quicker than that. Plus, the problems you're seeing ought to be solved by the 2to3 utility. Use it. Look at its output. ChrisA