Path: csiph.com!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail From: Erik Newsgroups: comp.lang.python Subject: Re: Continuing indentation Date: Sat, 5 Mar 2016 01:45:11 +0000 Lines: 25 Message-ID: References: <8760x4bo5h.fsf@elektro.pacujo.net> <871t7sbkex.fsf@elektro.pacujo.net> <87vb53se36.fsf@elektro.pacujo.net> <56d8d33d$0$1585$c3e8da3$5496439d@news.astraweb.com> <56D8DF99.6070808@lucidity.plus.com> <56d905a7$0$1605$c3e8da3$5496439d@news.astraweb.com> <56DA1ADF.2090109@lucidity.plus.com> <5d02aaa6-2f2d-4599-ba5e-0947383b6d82@email.android.com> <56DA2DDC.6050303@lucidity.plus.com> <85vb51spiy.fsf@benfinney.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de Uy5/negHTnxsK8kVxIpGngqnQw6KB6hkcKDltKNiWubg== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'allowed.': 0.07; 'agrees': 0.09; 'of)': 0.09; 'argument': 0.15; 'argument.': 0.16; 'ben,': 0.16; 'enough.': 0.16; 'from:addr:python': 0.16; 'lhs': 0.16; 'received:84.93': 0.16; 'received:84.93.230': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'rhs': 0.16; 'thread.': 0.16; 'wrote:': 0.16; 'pointed': 0.18; 'to:2**1': 0.21; 'saying': 0.22; 'code.': 0.23; 'seems': 0.23; 'header:In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; '(which': 0.26; 'argue': 0.29; "i'm": 0.30; 'that.': 0.30; "we're": 0.30; 'code': 0.30; 'certainly': 0.30; 'option': 0.31; 'everyone': 0.31; 'received:84': 0.32; 'rule': 0.33; 'structure': 0.34; 'done': 0.35; 'but': 0.36; 'should': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'expect': 0.37; 'suggestion': 0.37; 'thought': 0.37; 'starting': 0.37; 'enough': 0.39; 'received:192': 0.39; 'rather': 0.39; 'to:addr:python.org': 0.40; 'some': 0.40; 'replying': 0.61; '(according': 0.84; 'br,': 0.84; 'compelling': 0.84 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.1 cv=Iat6Ijea c=1 sm=1 tr=0 a=X2VfThTz+8HMaRSzjuZh7Q==:117 a=X2VfThTz+8HMaRSzjuZh7Q==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=IkcTkHD0fZMA:10 a=wfgN1M1-1oJUgNdF-gMA:9 a=QEXdDO2ut3YA:10 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 In-Reply-To: <85vb51spiy.fsf@benfinney.id.au> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:104071 Hi Ben, On 05/03/16 01:05, Ben Finney wrote: > Certainly you are allowed. You should not expect that suggestion to be > compelling unless it is accompanied by *factual*, rather than emotive, > argument. I thought I had done that. I pointed out that LHS (whitespace) is significant when it comes to code structure but RHS seems significant when it comes to a condition structure (according to this PEP's recommendation). That inconsistency was my argument in the message you responded to. > That may be enough to rule > out the option you are suggesting, because we're not starting from a > blank slate of no existing code. And that's fair enough. I certainly have no desire to argue this until everyone agrees with me (which is what some people are accusing me of) - I'm just replying to those who keep saying "because PEP8". I'm done with this thread. BR, E.