Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!newsfeed.xs4all.nl!newsfeed5.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.070 X-Spam-Evidence: '*H*': 0.86; '*S*': 0.00; 'subject:code': 0.07; 'expression.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.17; 'received:209.85.214.174': 0.21; 'example': 0.23; 'header:In-Reply-To:1': 0.25; 'message- id:@mail.gmail.com': 0.27; "d'aprano": 0.29; 'steven': 0.29; 'evaluation': 0.30; 'point': 0.31; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'pm,': 0.35; 'received:209.85': 0.35; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'header:Received:5': 0.40; 'jul': 0.65; 'for!': 0.84; 'nonsense.': 0.84 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; bh=aR2aWy/QUC2x179dTn1TwXDfLhR3rmccf8zKKSKOaCg=; b=C2qCn5I6VyOqaGrtJ3fR56QmPK3SDTo2S10LBImSoCs/xwkyEL2j+7wrRlZtlAhrXI Wf+s7I3dWSBsdeRtFnXEnsD/ZA63l2CkHhHH1U99QUCyENZJvzomT2lA89zsWMOMprO1 IydY9yTIBhmRv5FZ68KLwwgrGmO94rvu+6JMe/PnlgrTQeOqcsVcC1eiVdoSq2wIxSxJ L8c/1cuEf/l4KNW5RbzDIrBClOCtVSleo7tgco66s0WcVWgky9OfmmPSupNIX+6ceJ0q i8l0iFWM0MsByywvFld30bbokqNBeeF8gYbaDR7DUGMfXU2VRHFag8jGw/T8rOnF9zhp whWA== MIME-Version: 1.0 In-Reply-To: <4fefcf72$0$29988$c3e8da3$5496439d@news.astraweb.com> References: <6c39594f-79cb-4d4f-967e-bbc3f68cdbdf@f8g2000pbf.googlegroups.com> <4fed59b7$0$29978$c3e8da3$5496439d@news.astraweb.com> <2662370.TGmo96CKe1@PointedEars.de> <87wr2oecf6.fsf@dpt-info.u-strasbg.fr> <4FEF7117.7000109@jollybox.de> <4fefb0ad$0$29988$c3e8da3$5496439d@news.astraweb.com> <4fefcf72$0$29988$c3e8da3$5496439d@news.astraweb.com> Date: Sun, 1 Jul 2012 14:23:36 +1000 Subject: Re: code review From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1341116619 news.xs4all.nl 6892 [2001:888:2000:d::a6]:48000 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:24722 On Sun, Jul 1, 2012 at 2:17 PM, Steven D'Aprano wrote: > Nonsense. Of course parens change the evaluation of the expression. > That's what parens are for! The whole point of my example was that it wouldn't. ChrisA