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


Groups > comp.lang.python > #63224

Re: Postfix conditionals

Path csiph.com!usenet.pasdenom.info!news.etla.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <drsalists@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.005
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'python.': 0.02; 'syntax': 0.04; 'cc:addr:python-list': 0.11; 'python': 0.11; 'jan': 0.12; 'cc:name:python list': 0.16; 'perl.': 0.16; 'personally,': 0.16; 'roy': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'suggested': 0.26; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; "i'd": 0.34; 'received:google.com': 0.35; 'pm,': 0.38; 'break': 0.61; 'charset:windows-1252': 0.65; 'smith': 0.68; 'article': 0.77
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 :cc:content-type:content-transfer-encoding; bh=eHSciZdjhbfg0ahe6d1Y0lMkx4I/Kr/NS6EEVZHs1Wg=; b=fHH5WNXli12j2ilzt7FlvIC5RcMJ9LOFQ35uwwIGVG4dc4dWLgarNn5bAOaJU68gXx 32Zv9VQ+5g2rXnTvwjcbjzU124aS9YyemkVbBpWe/k+GMovs+63wqEYASk9MExpwh5y+ eL9LsjCVpxBGrnABGVy5waehc2Nerk6PjQtyOHjqGHK4yRPpTRW55ANmQ5oX32Dq3Z3O sVdrsV9LJiizh+kcwpNOzmZg3UAomZgTwVxMZSc8BQsBJXgNJ62LfjjvG1MZF9jA3Ahd iJ0W8IhPkVqqoiR9nwLOjpgrrpIytfFiVU8gDdlbj7D5NKX8zKXkL0lQtaQ5lrqoGgCA vHvA==
MIME-Version 1.0
X-Received by 10.194.90.41 with SMTP id bt9mr87440wjb.90.1388956124661; Sun, 05 Jan 2014 13:08:44 -0800 (PST)
In-Reply-To <roy-060911.15410605012014@news.panix.com>
References <mailman.4966.1388953508.18130.python-list@python.org> <roy-060911.15410605012014@news.panix.com>
Date Sun, 5 Jan 2014 13:08:44 -0800
Subject Re: Postfix conditionals
From Dan Stromberg <drsalists@gmail.com>
To Roy Smith <roy@panix.com>
Content-Type text/plain; charset=windows-1252
Content-Transfer-Encoding quoted-printable
Cc Python List <python-list@python.org>
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.4969.1388956506.18130.python-list@python.org> (permalink)
Lines 11
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1388956506 news.xs4all.nl 2938 [2001:888:2000:d::a6]:52970
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:63224

Show key headers only | View raw


On Sun, Jan 5, 2014 at 12:41 PM, Roy Smith <roy@panix.com> wrote:
> In article <mailman.4966.1388953508.18130.python-list@python.org>,
>  Göktu€ Kayaalp <self@gkayaalp.com> wrote:
>
>>    py> for i in [False]:
>>    ...     break if not i
>
> Python is not Perl.

Personally, I find the suggested syntax jarring.  I'd prefer that it
not go into Python.

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


Thread

Postfix conditionals Göktuğ Kayaalp <self@gkayaalp.com> - 2014-01-05 22:24 +0200
  Re: Postfix conditionals Roy Smith <roy@panix.com> - 2014-01-05 15:41 -0500
    Re: Postfix conditionals Göktuğ Kayaalp <self@gkayaalp.com> - 2014-01-05 22:54 +0200
    Re: Postfix conditionals Dan Stromberg <drsalists@gmail.com> - 2014-01-05 13:08 -0800
  Re: Postfix conditionals "Rhodri James" <rhodri@wildebst.org.uk> - 2014-01-06 01:40 +0000
    Re: Postfix conditionals Göktuğ Kayaalp <self@gkayaalp.com> - 2014-01-06 09:51 +0200
      Re: Postfix conditionals "Rhodri James" <rhodri@wildebst.org.uk> - 2014-01-07 00:48 +0000
  Re: Postfix conditionals "BartC" <bc@freeuk.com> - 2014-02-03 23:43 +0000
    Re: Postfix conditionals Göktuğ Kayaalp <self@gkayaalp.com> - 2014-02-04 07:16 +0200
      Re: Postfix conditionals "BartC" <bc@freeuk.com> - 2014-02-04 10:00 +0000
    Re: Postfix conditionals Chris Angelico <rosuav@gmail.com> - 2014-02-04 16:23 +1100

csiph-web