Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Chris Angelico Newsgroups: comp.lang.python Subject: Re: Ignore error with non-zero exit status Date: Tue, 22 Dec 2015 11:05:56 +1100 Lines: 10 Message-ID: References: <3883651.fOIMIIEhYO@PointedEars.de> <2062582.Z8LLNUJk5W@PointedEars.de> <2721557.Hpeo4xmTem@PointedEars.de> <2726691.rQGQ7FqzaZ@PointedEars.de> <2827307.1DEaE21uzt@PointedEars.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de Sj5xCHtKU93or86FB040igrU0DDe4AUq9oY+r3+YkQyQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'received:209.85.223': 0.03; 'cc:addr:python-list': 0.09; '22,': 0.09; 'supported.': 0.09; 'subject:error': 0.11; 'useful,': 0.13; 'argument': 0.15; 'formatting.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'reedy': 0.16; 'subject:non': 0.16; 'wrote:': 0.16; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'am,': 0.23; 'dec': 0.23; 'header:In-Reply-To:1': 0.24; 'expanding': 0.27; 'message- id:@mail.gmail.com': 0.27; 'url:peps': 0.29; 'changed': 0.33; 'url:python': 0.33; 'tue,': 0.34; 'except': 0.34; 'received:google.com': 0.35; 'url:dev': 0.35; 'url:org': 0.36; 'received:209.85': 0.36; 'subject:: ': 0.37; 'received:209': 0.38; 'subject:-': 0.39; 'subject:with': 0.40; 'side': 0.62; 'percent': 0.66; 'chrisa': 0.84; 'subject:status': 0.84; 'to:none': 0.91 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=tkgjMWVn1EU8/ksqt+DVH2JcJtH+Sf2HoQZ67MqD3Ak=; b=RwD8+gsAZdt4kKTqZfbRt2aBy4v/qhe6Zwnzw8Yh5TL0Mu/+9pcCVzV6wPno7Cn+U2 fYd85MF4m4wjeNKxiTG/9/mqnMHR1ha5mpsZwix567XazrTPyd1ZBY3R369MBO8/iDCm Wqm3nRTmohocEdwhwSo2PyfhrCZRFcwk/gvbSR6vWe3SiAj3ekOScE/8SXadz2k4wVxp YFzmeKCgPoy3PLxIx0y66VGIXWa3bdf6jH62kXeNgH7e1iprthnKYHDuX2XTGo53byZP GxtlospABa1CNqBuEDaMwa3iZuaIqOJH8J4oi1iVDtFvy6XUaCFBYTW0aWpjgfI8w+RA ncVw== X-Received: by 10.107.40.76 with SMTP id o73mr17574168ioo.157.1450742756125; Mon, 21 Dec 2015 16:05:56 -0800 (PST) In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:100710 On Tue, Dec 22, 2015 at 10:53 AM, Terry Reedy wrote: > Nothing has changed since except for > https://www.python.org/dev/peps/pep-0498/ > already added to 3.6. And the flip side of the argument is https://www.python.org/dev/peps/pep-0461/ in 3.5, expanding on percent formatting. Both are useful, both are supported. ChrisA