Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #53714
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.028 |
| X-Spam-Evidence | '*H*': 0.95; '*S*': 0.00; 'url:blog': 0.10; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 's/he': 0.16; 'there!': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'code,': 0.22; 'sort': 0.25; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'code': 0.31; 'usually': 0.31; 'sep': 0.31; 'subject:end': 0.31; 'fri,': 0.33; 'received:google.com': 0.35; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; '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=8CNyxkX29Jb1l8whLN02yTSqWjfgdnXYTaTptekS2uU=; b=iDExzJnnkmTidnv9YCowMuZ4PUiThoYlKYqPYlpQz4w2LaIiCZ5YfPPnlRf2dw2KFd oYT8lgRI7GG+xDlDfU6RultAlSWwVPUrZmSuHSPMwrdOtZxtsxJBfhI+xd+LM0HChkv2 nlFzltWkvgq1QzZzlrv84B4S/ByAw7treHenmzqt04YM8mnbPJGLyWY5EdHcxkJfv+jV J9S/rEA9iyF7yaTuUWtfCUpgzQYhEHB6pJMpvJLUQsHE5pOc35BPvzFH4HJV6cEhF80i eHPeHc1o7UjFNvDklvKct63OHV4RicIt0HP+/88AiEQA8qaBtngNhgqkDEyNrC7F5R+g LKUw== |
| MIME-Version | 1.0 |
| X-Received | by 10.59.8.232 with SMTP id dn8mr8023615ved.8.1378390416207; Thu, 05 Sep 2013 07:13:36 -0700 (PDT) |
| In-Reply-To | <l0a33f$re9$1@ger.gmane.org> |
| References | <1377735506.18906.15.camel@debian> <mailman.333.1377736286.19984.python-list@python.org> <XnsA2327F75D8838duncanbooth@127.0.0.1> <CAPTjJmpTzV4oK88oReBJc+yRwCNjBRy0UorD3jfx15Y8kjHJJw@mail.gmail.com> <l0a33f$re9$1@ger.gmane.org> |
| Date | Fri, 6 Sep 2013 00:13:36 +1000 |
| Subject | Re: semicolon at end of python's statements |
| From | Chris Angelico <rosuav@gmail.com> |
| 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 <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.98.1378390424.5461.python-list@python.org> (permalink) |
| Lines | 13 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1378390424 news.xs4all.nl 15946 [2001:888:2000:d::a6]:50741 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:53714 |
Show key headers only | View raw
On Fri, Sep 6, 2013 at 12:05 AM, Jeremy Sanders <jeremy@jeremysanders.net> wrote: > Chris Angelico wrote: > >> Because s/he thought it made for better code, or as a joke? Usually I >> see this sort of thing as the latter... > > http://oldhome.schmorp.de/marc/bournegol.html > http://utcc.utoronto.ca/~cks/space/blog/programming/BourneGol Yep, that's some impressive code right there! ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: semicolon at end of python's statements Chris Angelico <rosuav@gmail.com> - 2013-08-29 10:31 +1000
Re: semicolon at end of python's statements Duncan Booth <duncan.booth@invalid.invalid> - 2013-09-05 11:33 +0000
Re: semicolon at end of python's statements Chris Angelico <rosuav@gmail.com> - 2013-09-05 22:02 +1000
Re: semicolon at end of python's statements Grant Edwards <invalid@invalid.invalid> - 2013-09-05 14:04 +0000
Re: semicolon at end of python's statements Jeremy Sanders <jeremy@jeremysanders.net> - 2013-09-05 16:05 +0200
Re: semicolon at end of python's statements Chris Angelico <rosuav@gmail.com> - 2013-09-06 00:13 +1000
Re: semicolon at end of python's statements Duncan Booth <duncan.booth@invalid.invalid> - 2013-09-05 15:15 +0000
csiph-web