Path: csiph.com!usenet.pasdenom.info!goblin2!goblin.stu.neva.ru!xlned.com!feeder5.xlned.com!news2.euro.net!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.031 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'subject:Python': 0.05; '22,': 0.09; 'assumed': 0.09; 'booth': 0.09; 'brace': 0.09; 'replied': 0.09; 'steve': 0.13; 'language': 0.14; 'devs': 0.16; 'indent': 0.16; 'wrote:': 0.17; 'else,': 0.17; 'saying': 0.18; '>>>': 0.18; 'feb': 0.19; 'written': 0.20; 'bit': 0.21; 'programming': 0.23; "i've": 0.23; 'specifically': 0.24; 'header :In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'looks': 0.26; 'question': 0.27; 'chris': 0.28; 'post': 0.28; '>>>>': 0.29; 'block,': 0.29; 'indentation': 0.29; 'statements': 0.29; 'fri,': 0.30; 'keyword': 0.30; 'relative': 0.30; 'checked': 0.30; 'received:74.125.82': 0.33; 'to:addr:python-list': 0.33; 'another': 0.33; 'received:google.com': 0.34; 'pm,': 0.35; 'but': 0.36; 'message-id:@gmail.com': 0.36; 'received:74.125': 0.36; 'anything': 0.36; 'subject:: ': 0.38; 'mean': 0.38; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'received:192.168': 0.40; 'think': 0.40; 'most': 0.61; 'making': 0.64; 'due': 0.66; 'talking': 0.66; 'header:Reply-To:1': 0.68; 'believe': 0.69; 'reply-to:no real name:2**0': 0.72; 'reply- to:addr:gmail.com': 0.79; '2013': 0.84; 'confusing': 0.84; 'mandatory.': 0.84; 'resulted': 0.84; 'unclear': 0.84; 'placement': 0.95 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:reply-to:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=Drg/NZU/cRu27bAI5HCkk8CkQ1699lG61YBf0CQGQQE=; b=XeBN2O2hq0XJ4d9ymol7I8eMctHKZc9MiY2wJyVCjSvtwkLKb9QMQil05KeydqIN2u Z62YifD4CxqMO7l7DBdLVrwXB09RDdUSEsdWjHVP/J1KstLajp7lm/gvFWL9oDgvhE17 XLWFl8NH4nq4372ePkUIBLbBo8zbs+uTd+JUmpcMK+pzQEGuBWa33azX2xtswKpL0ybm a78nVAu0VaQk8Yvtkd4iGEnRNWMEezxxk6jM1GaU/3i3RWASsjcbNwYgAIUk0euxG1yv 3we55XG/TF0zva/3ABNb58pYIeJeuiiLlLukCU2ii4+DdXFLl+0lbf0m1U71ppX6TjZC xyqg== X-Received: by 10.180.80.35 with SMTP id o3mr49801412wix.9.1361544333401; Fri, 22 Feb 2013 06:45:33 -0800 (PST) Date: Fri, 22 Feb 2013 15:45:31 +0100 From: Steve Simmons User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Python Newbie References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: square.steve@gmail.com 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: 36 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1361544335 news.xs4all.nl 6965 [2001:888:2000:d::a6]:45908 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:39570 On 22/02/2013 15:26, Duncan Booth wrote: > Rui Maciel wrote: > >> Chris Angelico wrote: >> >>> On Fri, Feb 22, 2013 at 10:58 PM, Rui Maciel >>> wrote: >>>> Mitya Sirenef wrote: >>>> >>>>> Looks very unclear and confusing to me. Whether it's C# or ruby or >>>>> anything else, most devs don't indent like that; >>>> The Go programming language makes that style mandatory. >>> [citation needed] >>> >>> What do you mean by "that style"? The OP's style with the 'if' >>> indented? I just checked out golang.org for examples, and they're >>> written in OTBS. >> >> Read Mitya Sirenef's post, specifically the bit I've replied to. >> >> > Do you believe that post was talking about the indentation of the keyword > 'if' relative to the statements in the same block, or did you think it was > talking about the placement of the opening brace on the same line as the > `if` statement? > > I believe that Mitya was talking about the former but that you assumed the > latter. > Oooh, this is making my head spin. Are you saying that the OP's question about proper indentation has resulted in an incorrectly answered post due to poor indentation of a reference to the indentation of another reference? Steve