Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.datemas.de!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed4.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.043 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'subject:code': 0.07; 'cc:addr:python-list': 0.11; 'clocks': 0.16; 'enough.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'roy': 0.16; 'sync': 0.16; 'subject:python': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'examples': 0.20; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'dec': 0.30; 'network.': 0.30; 'message-id:@mail.gmail.com': 0.30; 'bunch': 0.31; 'languages': 0.32; 'problem.': 0.35; 'received:google.com': 0.35; 'really': 0.36; 'two': 0.37; 'problems': 0.38; 'how': 0.40; 'letters': 0.60; 'devices': 0.61; 'new': 0.61; 'more': 0.64; 'world': 0.66; 'smith': 0.68; 'to:none': 0.92; '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:cc :content-type; bh=BA+WTw2DtI0SYz+L/s0rhWAY9gR8yNHWdlXerCwUnBs=; b=hpoFfuul/qpeYpruBUiC1ad646i2e0fPeZd5NyarvYPwDFTHmvmbbECCjo0CTd5bSQ ju9wL6qBxQokv7c8hSnRLqwnnE1mlfzNrlL3M0ioBzf2/7Pq3IY5WczqX3GFWCU8USKy e+kASFX7fah0ocFlrE9kP7bVfgp6AUYJPtwwM3QLSv7AJvoP/gBxmuvcZ42IwdY29Zs7 p4EmPH6TLWdJUXxYxpx4XZ4Ps0e9ZpdzHmYhmLT4u+t9uT3Mz120gB2zUAhi7oaZ5GZp OmxrN/MKxvp/nMOHU5tMdCXA9ZmVlvAvezTCgXWfAb1DlaXugDFKar6/LZMt5TUZCG3z aASw== MIME-Version: 1.0 X-Received: by 10.66.66.234 with SMTP id i10mr10709914pat.127.1388179488587; Fri, 27 Dec 2013 13:24:48 -0800 (PST) In-Reply-To: References: Date: Sat, 28 Dec 2013 08:24:48 +1100 Subject: Re: cascading python executions only if return code is 0 From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1388179497 news.xs4all.nl 2977 [2001:888:2000:d::a6]:41782 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:62826 On Sat, Dec 28, 2013 at 3:42 AM, Roy Smith wrote: > Keeping a bunch of clocks on a network in sync is a solved problem. The > world really needs to move on to new problems like how to deal with more > than 2^32 devices on a network. Or how to deal with languages where 26 > letters isn't enough. *clap* Very tidy, finding two examples that were both solved in 1996. I like. ChrisA