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!newsfeed4.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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'programmer': 0.03; 'subsequent': 0.05; 'parser': 0.07; 'mind,': 0.09; 'statements': 0.09; 'useless': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; '-tkc': 0.16; 'code?': 0.16; 'from:addr:python.list': 0.16; 'from:addr:tim.thechases.com': 0.16; 'from:name:tim chase': 0.16; 'lisp': 0.16; 'syntactic': 0.16; 'subject:python': 0.16; 'elements': 0.16; ':-)': 0.16; 'wrote:': 0.18; 'code.': 0.18; 'putting': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'wonder': 0.29; 'skip:( 20': 0.30; 'subject:end': 0.31; 'programmers': 0.33; 'but': 0.35; 'c++': 0.36; 'charset:us- ascii': 0.36; 'ends': 0.38; 'to:addr:gmail.com': 0.65; 'received:50.22': 0.84 Date: Wed, 28 Aug 2013 19:37:16 -0500 From: Tim Chase To: Chris Angelico Subject: Re: semicolon at end of python's statements In-Reply-To: References: <1377735506.18906.15.camel@debian> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.10; x86_64-pc-linux-gnu) Importance: low X-Priority: 4 (Low) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - boston.accountservergroup.com X-AntiAbuse: Original Domain - python.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tim.thechases.com X-Get-Message-Sender-Via: boston.accountservergroup.com: none Cc: python-list@python.org 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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1377736563 news.xs4all.nl 15871 [2001:888:2000:d::a6]:54178 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:53200 On 2013-08-29 10:31, Chris Angelico wrote: > but putting semicolons at the ends of Python statements is as > useless as putting ((((lots of (((irritating (((superfluous > (((parentheses))))))))))))) in your C++ code. The parser won't mind, > but subsequent programmers will wonder what these unnecessary > syntactic elements are for. That would would be a lisp programmer writing C++ code? :-) -tkc