Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!proxad.net!feeder1-2.proxad.net!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.012 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'operator': 0.03; "subject:' ": 0.07; 'subject:string': 0.09; 'cc:addr:python-list': 0.11; '10:59': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'whitespace.': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'skip': 0.24; 'space.': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'subject:with': 0.35; 'operations': 0.35; 'received:google.com': 0.35; 'worth': 0.66; 'mar': 0.68; 'surround': 0.84; 'to:none': 0.92 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:cc :content-type; bh=q7cUuQj5f4DKb3l7dE45hgqqJrYjZODaHyV+bhqM8AQ=; b=biRT9iGRQ8Y9XMo/utLfxwvkCNRAQfWLnUCGaU1UGpCrAL1PYKPkOSqQRIUwyVzF+7 yeWuDGA7r4A6i5Ch3wjPhlI1jMbpcc3HilwhQ4U8DpdYxJWzUGbk6CBw9vjsFTKfKuyE gLmjrpOeamr+IM3hsZ8gdIObWaAkTKtpRuPGw69r54bbpEhVLOOw88U34viczL3kL9UM 7ndnbSLw0To2MeWd+s4yGJ4oAqx1CoM2E0iVCBcyuwrAMX2mc/FDi3FLtZtvUVYpVXvz Rl0OQovGF/FDCYa0jaFtoQZppf3C7kBUJYQniR0718J5XuedIChuJtrj8CjrU0wiqfzf njmQ== MIME-Version: 1.0 X-Received: by 10.66.164.229 with SMTP id yt5mr29665653pab.67.1395101808765; Mon, 17 Mar 2014 17:16:48 -0700 (PDT) In-Reply-To: References: <8c862bec-815e-424c-81e2-8f37ebab1c35@googlegroups.com> Date: Tue, 18 Mar 2014 11:16:48 +1100 Subject: Re: 'complex' function with string argument. From: Chris Angelico Cc: Python Content-Type: text/plain; charset=UTF-8 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: 7 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1395101818 news.xs4all.nl 2878 [2001:888:2000:d::a6]:46981 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:68469 On Tue, Mar 18, 2014 at 10:59 AM, Skip Montanaro wrote: > Perhaps it's worth pointing out that pylint complains about most/many > infix operations if you don't surround the operator with white space. IMO that's excessive. Not every infix operator needs whitespace. ChrisA