Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed2.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.033 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.01; 'subject:code': 0.07; 'corrections': 0.09; 'runs': 0.10; 'cc:addr:python-list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'roy': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'rules': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply- To:1': 0.27; 'dec': 0.30; 'message-id:@mail.gmail.com': 0.30; 'clock': 0.31; 'ones.': 0.31; 'supposed': 0.32; 'fri,': 0.33; 'maybe': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'pm,': 0.38; 'does': 0.39; 'back': 0.62; 'smith': 0.68; 'fast,': 0.84; '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=MfPGMIUmBdvILrHc19fMbalitZi//mhUjs8fvtxxLq4=; b=OIaXFvV5MZBfv/RUmqHwV4x1MT7G48fPROSzPKGUQH3oyfPXkn9OYfCX532MI80Z+H MQNdCdaWIilU2H+H4+D775VCv+Db4S+lpHmsBLxw4l4pZnITMq83hqardCxUXPyDPzvJ yR+WmYkbgbTm4W5LpZ4p025udYNathMfvOIgWxhotaqAHR7rY41PctiWN3/cvywsD9iO FBfVtwXCgppbJC4qKv/vozbEfMOFEOBvaWrVXW1kl9hYfoXdkVrZXKeFsS/nllG2DHSx zcmDdSnetpUBjyix9kEinYPjOF36490mySwfMWl1G1sSLwCEOkK4kivb5yvffCc4Jaja 6r3w== MIME-Version: 1.0 X-Received: by 10.66.67.3 with SMTP id j3mr31197766pat.142.1388119227969; Thu, 26 Dec 2013 20:40:27 -0800 (PST) In-Reply-To: References: <52b782db$0$6599$c3e8da3$5496439d@news.astraweb.com> <52b7a0e4$0$29994$c3e8da3$5496439d@news.astraweb.com> Date: Fri, 27 Dec 2013 15:40:27 +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: 1388119237 news.xs4all.nl 2855 [2001:888:2000:d::a6]:54369 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:62767 On Fri, Dec 27, 2013 at 3:29 PM, Roy Smith wrote: > NTP is never supposed to move the clock backwards. If your system clock > is fast, it's supposed to reduce the rate your clock runs until it's > back in sync. Well, maybe it only does that for small corrections? The exact rules are tweakable, but yes, it slews for small corrections and steps for larger ones. ChrisA