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


Groups > comp.lang.python > #54310

Re: Having both if() and for() statements in one liner

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!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.090
X-Spam-Evidence '*H*': 0.85; '*S*': 0.02; 'subject:both': 0.07; 'mining': 0.09; 'newline': 0.09; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'newlines': 0.16; 'roy': 0.16; 'silly': 0.16; 'wrote:': 0.18; "aren't": 0.24; 'header:In-Reply- To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'url:wiki': 0.31; 'sep': 0.31; 'url:wikipedia': 0.31; 'received:google.com': 0.35; 'subject:one': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'even': 0.60; 'hope': 0.61; 'free': 0.61; 'smith': 0.68; 'export': 0.74; 'discovered': 0.83; 'demand': 0.91; '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=jarlpwbggZnIak6c/3Nyj5Pyfyy9Y2pPygZpuUeEXLs=; b=n7CRj5Ab+wpJoW/FAYHjJn0TWqsS8xjmScEGYRcI1kaGa+O9tkca4ZWg41OaFsVUaH 6vcjpuAIEoVqI83dOlIHoq+C5dNxrYxspPMf1dPxB+IuUMmWTP6rfTkBTo+nYhkjP8yv GSG7a8k13ATfywqDtZoaDKdcpiAJ2Jpp5O7UYwskgTBhZ2pkyojnQCLOoRaZ+LoJ+mtJ pTFtgq0YqwCH5Pzt+BhHj9xivPhmgxV6fHjR6itUHbNEd13l/jP6hjtys5FjCQjr8uNp zqav8e6LrCABsqObaG8WltUNdCgWOQ98XBNeQ94VSoEFgmO1a5DhMbUHHHedY06R9ZvF /a7w==
MIME-Version 1.0
X-Received by 10.58.118.130 with SMTP id km2mr32518770veb.0.1379430271235; Tue, 17 Sep 2013 08:04:31 -0700 (PDT)
In-Reply-To <roy-7F8454.09003417092013@news.panix.com>
References <l19gdf$psh$1@dont-email.me> <roy-7F8454.09003417092013@news.panix.com>
Date Wed, 18 Sep 2013 01:04:31 +1000
Subject Re: Having both if() and for() statements in one liner
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.77.1379430607.18130.python-list@python.org> (permalink)
Lines 13
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1379430607 news.xs4all.nl 15863 [2001:888:2000:d::a6]:53064
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:54310

Show key headers only | View raw


On Tue, Sep 17, 2013 at 11:00 PM, Roy Smith <roy@panix.com> wrote:
> They just discovered a huge newline vein in Montana and they're mining
> the things like crazy.  There's no shortage of them so feel free to use
> as many as you like.  They even get recycled.

Can they keep up with the considerable demand even from Whitespace?

http://en.wikipedia.org/wiki/Whitespace_(programming_language)

I hope the Montanan newlines aren't on silly US export restrictions.
That would be so annoying.

ChrisA

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


Thread

Having both if() and for() statements in one liner Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-09-17 15:02 +0300
  Re: Having both if() and for() statements in one liner Robert Kern <robert.kern@gmail.com> - 2013-09-17 13:52 +0100
  Re: Having both if() and for() statements in one liner Roy Smith <roy@panix.com> - 2013-09-17 09:00 -0400
    Re: Having both if() and for() statements in one liner Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-09-17 16:21 +0300
      Re: Having both if() and for() statements in one liner Heiko Wundram <modelnine@modelnine.org> - 2013-09-17 15:46 +0200
      Re: Having both if() and for() statements in one liner Tim Chase <python.list@tim.thechases.com> - 2013-09-17 09:17 -0500
      Re: Having both if() and for() statements in one liner Joel Goldstick <joel.goldstick@gmail.com> - 2013-09-17 10:32 -0400
      Re: Having both if() and for() statements in one liner Dave Angel <davea@davea.name> - 2013-09-17 18:54 +0000
        Re: Having both if() and for() statements in one liner Steven D'Aprano <steve@pearwood.info> - 2013-09-18 02:10 +0000
          Re: Having both if() and for() statements in one liner Joshua Landau <joshua@landau.ws> - 2013-09-18 06:55 +0100
          Re: Having both if() and for() statements in one liner Chris Angelico <rosuav@gmail.com> - 2013-09-18 17:00 +1000
    Re: Having both if() and for() statements in one liner Chris Angelico <rosuav@gmail.com> - 2013-09-18 01:04 +1000
    Re: Having both if() and for() statements in one liner Joel Goldstick <joel.goldstick@gmail.com> - 2013-09-17 11:15 -0400

csiph-web