Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #110782

Re: "for/while ... break(by any means) ... else" make sense?

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Grant Edwards <grant.b.edwards@gmail.com>
Newsgroups comp.lang.python
Subject Re: "for/while ... break(by any means) ... else" make sense?
Date Wed, 29 Jun 2016 14:53:41 +0000 (UTC)
Lines 15
Message-ID <mailman.111.1467212039.2358.python-list@python.org> (permalink)
References <652b0fd3-7c96-4ff6-8dc0-6e7859c838b2@googlegroups.com> <577335dc$0$1588$c3e8da3$5496439d@news.astraweb.com> <nl0ndl$3k1$1@ger.gmane.org>
X-Trace news.uni-berlin.de rdNeHfkJpcD2aSUKBHW9DwhMtDwQVuCBbZYkYMD/156Q==
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.019
X-Spam-Evidence '*H*': 0.96; '*S*': 0.00; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:qwest.net': 0.09; 'subject:while': 0.09; 'python': 0.10; 'interpreter': 0.15; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'subject:break': 0.16; 'subject:make': 0.16; 'usenet': 0.16; 'wrote:': 0.16; 'code.': 0.23; 'header:User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'cap': 0.29; "i'm": 0.30; 'subject:/': 0.30; "d'aprano": 0.33; 'steven': 0.33; 'but': 0.36; 'subject:" ': 0.36; 'to:addr:python-list': 0.36; 'subject:?': 0.36; 'received:org': 0.37; 'does': 0.39; 'to:addr:python.org': 0.40; 'still': 0.40; 'your': 0.60; 'judge': 0.66; 'nuclear': 0.84; 'subject:any': 0.84; 'subject:else': 0.84; 'subject:sense': 0.84; 'submarine': 0.84; 'edwards': 0.91; 'ice': 0.91
X-Injected-Via-Gmane http://gmane.org/
X-Gmane-NNTP-Posting-Host 67-130-15-94.dia.static.qwest.net
User-Agent slrn/1.0.2 (Linux)
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.22
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>
X-Mailman-Original-Message-ID <nl0ndl$3k1$1@ger.gmane.org>
X-Mailman-Original-References <652b0fd3-7c96-4ff6-8dc0-6e7859c838b2@googlegroups.com> <577335dc$0$1588$c3e8da3$5496439d@news.astraweb.com>
Xref csiph.com comp.lang.python:110782

Show key headers only | View raw


On 2016-06-29, Steven D'Aprano <steve@pearwood.info> wrote:

[...]

> is "insane" too, but still legal. The Python interpreter does not
> judge your code.

That's what Usenet is for.

-- 
Grant Edwards               grant.b.edwards        Yow! I'm a nuclear
                                  at               submarine under the
                              gmail.com            polar ice cap and I need
                                                   a Kleenex!

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

"for/while ... break(by any means) ... else" make sense? jfong@ms4.hinet.net - 2016-06-28 18:41 -0700
  Re: "for/while ... break(by any means) ... else" make sense? Steven D'Aprano <steve@pearwood.info> - 2016-06-29 12:43 +1000
    Re: "for/while ... break(by any means) ... else" make sense? jfong@ms4.hinet.net - 2016-06-29 05:01 -0700
    Re: "for/while ... break(by any means) ... else" make sense? Grant Edwards <grant.b.edwards@gmail.com> - 2016-06-29 14:53 +0000

csiph-web