Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #67443
| 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 | <python.list@tim.thechases.com> |
| 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 <python.list@tim.thechases.com> |
| To | python-list@python.org |
| Subject | Re: why indentation should be part of the syntax |
| In-Reply-To | <CAPTjJmqfTZz6w9cfOUrMP++A+pKhz1xS+aGdbw_u0T_Tzx=-zg@mail.gmail.com> |
| References | <lev1t8$qt0$1@ger.gmane.org> <lev8k2$ret$1@ger.gmane.org> <CAPTjJmqfTZz6w9cfOUrMP++A+pKhz1xS+aGdbw_u0T_Tzx=-zg@mail.gmail.com> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.7580.1393770490.18130.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
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
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: why indentation should be part of the syntax Tim Chase <python.list@tim.thechases.com> - 2014-03-02 08:28 -0600
csiph-web