Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!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.049 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.01; 'spaces': 0.09; 'python': 0.11; 'brace': 0.16; 'code?': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'tabs': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'community.': 0.22; 'mon,': 0.24; "haven't": 0.24; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'went': 0.31; "d'aprano": 0.31; 'indentation': 0.31; 'sep': 0.31; 'steven': 0.31; 'subject:end': 0.31; 'received:google.com': 0.35; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'times': 0.62; '100': 0.79; 'gone.': 0.84; 'wars': 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; bh=hckrvP8ql91zG/p6M9GVZKFKlYJ58JFJF0y6j+Ykevc=; b=dpq/ae5H//9rNLVdbl5WHB4HewVQRRAMrv2aTERUg6raceBPcyGtTXrEX/JRxSoLYM sqcArw00LoEdVQ1cPbzxEqr5j7eIlSA1c7eY7iaJAXxON/f7q4BpxoGpxS3c+AX8jc8o lKehQnerAkrS+bBK/MjW9qYXtRYoUV8BDQUitWbj49F2g75cMEJhND7ARzMm9ch40CWV Jb3YNwYJHQNOSrjpr2jfF6fS099kuaGcqvimV/ILkNrc4YsJiFo3Owgs/Ub+SeBVCemG 72Mh6pHAoduArQbA7tnIrGGOLJP6Q3eJH5dLTtOUe+cnbCR+LMCSeAiG6+Q2aZYIbC+v QfPA== MIME-Version: 1.0 X-Received: by 10.221.40.10 with SMTP id to10mr2226007vcb.22.1378116880327; Mon, 02 Sep 2013 03:14:40 -0700 (PDT) In-Reply-To: <52245fd0$0$2743$c3e8da3$76491128@news.astraweb.com> References: <1377735506.18906.15.camel@debian> <1FETt.52607$Mw4.14965@fx15.am4> <7wob8gywds.fsf@benfinney.id.au> <52213435$0$6599$c3e8da3$5496439d@news.astraweb.com> <52239C57.9090506@rece.vub.ac.be> <5223CE1B.4040102@mrabarnett.plus.com> <52245fd0$0$2743$c3e8da3$76491128@news.astraweb.com> Date: Mon, 2 Sep 2013 20:14:40 +1000 Subject: Re: semicolon at end of python's statements 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.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: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1378116888 news.xs4all.nl 15973 [2001:888:2000:d::a6]:39726 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:53469 On Mon, Sep 2, 2013 at 7:52 PM, Steven D'Aprano wrote: > Instead, we would have spent 100 times as much time and energy debating > the One True Indentation Scheme, akin to the brace wars that went on for > *years* in the C community. And still haven't completely gone. You mean like debating tabs vs spaces in Python code? ChrisA