Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed2.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.021 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.01; 'programmer': 0.03; 'subject:not': 0.03; 'subject:Error': 0.07; 'lines.': 0.09; 'language,': 0.12; '*i*': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'notably': 0.16; 'language': 0.16; 'wrote:': 0.18; 'aug': 0.22; 'saying': 0.22; 'stick': 0.24; 'mon,': 0.24; 'header:In-Reply-To:1': 0.27; 'message- id:@mail.gmail.com': 0.30; "i'm": 0.30; 'another': 0.32; 'subject:the': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'version': 0.36; 'really': 0.36; 'subject:?': 0.36; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'that,': 0.38; '12,': 0.39; 'to:addr:python.org': 0.39; 'embrace': 0.84; 'premature': 0.84; 'standards,': 0.84; 'joel': 0.91; 'novice': 0.91; '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=oF6urFAwZcE/U4MYaMpJu5gglmSZyMZLWkxw29kiU2Q=; b=BmW8QLEhybuxUpxorsbh7qU4rhk646J9FqRnGFfmYBj3Uh2u4+Gw5T78+bS80jcS5v Gi6WlXlM8PWSoAl30yPUIU/rvsgaaiTpSUIoWXHUEIxQAdyPvLpiPJ9KRcwByRR//KvS TlIbAqqbOr2DFx6D3/pgnMl8HAmX7jL1G2KjNjk2ep0F/dZ2JfIByhoJ8yqGhy7cG2/8 LDtG+1cgs27W09g2ohRJIQXsdQ6byMxMhoIBx+hG1TCL0fEiXS0FvFscT6+TBcabYXkk 0fcvzzMjfMauIjCF4d+NTUi7v7f4Opn83uH+6NyBTdGykidrWTUwXFXROVYrpy3JMwTe E/bQ== MIME-Version: 1.0 X-Received: by 10.52.34.40 with SMTP id w8mr68483vdi.7.1376327974837; Mon, 12 Aug 2013 10:19:34 -0700 (PDT) In-Reply-To: References: <5206F4AB.8050204@Gmail.com> <5208D625.2000103@Gmail.com> Date: Mon, 12 Aug 2013 18:19:34 +0100 Subject: Re: Am I not seeing the Error? 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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1376327978 news.xs4all.nl 15943 [2001:888:2000:d::a6]:60650 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:52424 On Mon, Aug 12, 2013 at 5:56 PM, Joel Goldstick wrote: > If you like semicolons, use another language that needs them. > I think you think it is some version of premature optimization. Since > you are a novice at the language, stick with the standards, and learn > to embrace them. I'm a C programmer who really likes his semicolons, and I often write long lines. But I still was right up there early on saying "split this line". It definitely wants to be split. And when *I* say that, it must be pretty notably splittable. :) ChrisA