Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!newsfeed.xs4all.nl!newsfeed6.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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'concurrent': 0.04; 'subject:Python': 0.05; 'behavior.': 0.07; 'imports': 0.07; 'script,': 0.07; 'python': 0.08; 'am,': 0.12; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'grained': 0.16; 'pipes': 0.16; 'wrote:': 0.18; 'received:209.85.210.174': 0.21; 'received :mail-iy0-f174.google.com': 0.21; 'header:In-Reply-To:1': 0.22; 'equally': 0.23; '\xa0if': 0.23; 'fine': 0.24; 'module': 0.26; 'import': 0.27; 'described': 0.28; 'message-id:@mail.gmail.com': 0.29; "it'd": 0.30; 'modules': 0.32; "can't": 0.33; 'fri,': 0.34; 'work!': 0.34; 'to:addr:python-list': 0.35; 'received:google.com': 0.37; 'another': 0.37; 'received:209.85': 0.38; 'should': 0.38; 'received:209': 0.39; 'change': 0.40; 'to:addr:python.org': 0.40; 'your': 0.61; 'chain': 0.66; 'course...': 0.84; 'nathan': 0.84 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:content-transfer-encoding; bh=yUs4fFvyWT0OAVO/e4rSaWdTNYWdwbEeuMwRuoQETy4=; b=MdArzlz4rPgs3idF2FhxT8iulwQAK/wehG6Lmx8uhAVNTGkWlV8IZilpVNS156LXO4 DGk7fiIiw187G55nyyyVq/yjdu7K3aQwuuxDrJD+vTjFSTAlfirj5NJV+lDIIz0LXEFV 7+Ld4lROPErA2CklIlxjSe8L9dSdJ6dEWR7JbisUSdiNuuvDTZz3T/zG5dAqWwBO+1qJ tH01LjuHyzCX08kVYbzi1R9uEHjdZQSdiXDYt3wZYFvBtssISmvBbxVA54STjOiuNt48 jLJ67eKllPpVpl3Cny2rIA/XAH6uBJhVzse7tJch2ccCwezph+viD5F2BslJ/0TJtuG4 Hhqg== MIME-Version: 1.0 In-Reply-To: References: <4f612b19$0$1379$4fafbaef@reader2.news.tin.it> <4f691f3d$0$29981$c3e8da3$5496439d@news.astraweb.com> <87d386lmai.fsf@benfinney.id.au> <8a77bf8d-b12f-442b-a1a3-479b5d66d366@tx8g2000pbc.googlegroups.com> <6af70db0-dc4a-48ee-9ee2-1a934846d5f2@r2g2000pbs.googlegroups.com> <32b8c4ae-2509-43df-abf0-0fb308be398f@oq7g2000pbb.googlegroups.com> <4f6ae931$0$29883$c3e8da3$5496439d@news.astraweb.com> Date: Fri, 23 Mar 2012 06:49:54 +1100 Subject: Re: Python is readable From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1332445797 news.xs4all.nl 6916 [2001:888:2000:d::a6]:56837 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:22046 On Fri, Mar 23, 2012 at 6:33 AM, Nathan Rice wrote: > Pipes do not provide any fine grained control over the concurrent > behavior. =A0If you want to change the order of calls... And to clarify: The "order of calls" in what I described is merely the order of initialization. It's like the order of your imports at the top of a Python script, and should have equally no significance. And a module can import other modules by dropping to another chain of pipes in exactly the same way. It'd work! I can't vouch for performance, of course... ChrisA