Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed2a.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.038 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; ';-)': 0.03; 'git': 0.09; 'way:': 0.09; 'gui': 0.12; '(both': 0.16; '-tkc': 0.16; 'braces,': 0.16; 'from:addr:python.list': 0.16; 'from:addr:tim.thechases.com': 0.16; 'from:name:tim chase': 0.16; 'interacting': 0.16; ':-)': 0.16; 'wrote:': 0.18; 'header:In- Reply-To:1': 0.27; 'chris': 0.29; 'figure': 0.32; 'subject:the': 0.34; 'something': 0.35; 'charset:us-ascii': 0.36; 'two': 0.37; 'skip:& 10': 0.38; 'problems': 0.38; 'depends': 0.38; 'to:addr :python-list': 0.38; 'that,': 0.38; 'to:addr:python.org': 0.39; 'first': 0.61; 'great': 0.65; 'computers': 0.72; 'saw': 0.77; 'firing': 0.84; 'goto': 0.84; 'happened.': 0.84; 'received:50.22': 0.84 Date: Sun, 2 Mar 2014 08:28:34 -0600 From: Tim Chase To: python-list@python.org Subject: Re: why indentation should be part of the syntax In-Reply-To: References: X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.10; x86_64-pc-linux-gnu) 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: authenticated_id: tim@thechases.com 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: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1393770490 news.xs4all.nl 2831 [2001:888:2000:d::a6]:46907 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:67443 On 2014-03-03 01:08, Chris Angelico wrote: > > if ((err = SSLHashSHA1.update(&hashCtx, &signedParams)) != 0) > > { goto fail; > > goto fail; > > } > > Put it this way: If I saw two gotos in a row like that, with or > without braces, I would be firing up gitk or git gui blame or > something to figure out what happened. That depends on actually seeing them in the first place :-) Computers are great -- it's the people interacting with them (both on the coding-end and the user-end) that cause problems every time ;-) -tkc