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: 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: References: Date: Sun, 5 Jan 2014 13:08:44 -0800 Subject: Re: Postfix conditionals From: Dan Stromberg To: Roy Smith Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Cc: Python List X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 On Sun, Jan 5, 2014 at 12:41 PM, Roy Smith wrote: > In article , > G=F6ktu=80 Kayaalp 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.