Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #67443 > unrolled thread
| Started by | Tim Chase <python.list@tim.thechases.com> |
|---|---|
| First post | 2014-03-02 08:28 -0600 |
| Last post | 2014-03-02 08:28 -0600 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: why indentation should be part of the syntax Tim Chase <python.list@tim.thechases.com> - 2014-03-02 08:28 -0600
| From | Tim Chase <python.list@tim.thechases.com> |
|---|---|
| Date | 2014-03-02 08:28 -0600 |
| Subject | Re: why indentation should be part of the syntax |
| Message-ID | <mailman.7580.1393770490.18130.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web