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 00:23:10 +1100 Lines: 24 Message-ID: References: <3883651.fOIMIIEhYO@PointedEars.de> <2062582.Z8LLNUJk5W@PointedEars.de> <2721557.Hpeo4xmTem@PointedEars.de> <2726691.rQGQ7FqzaZ@PointedEars.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de YQP5czp9JjBT4AW5db4B4A2gc+uLXoBZhp0QrogNLZdQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'formatting': 0.07; 'cc:addr:python-list': 0.09; '22,': 0.09; 'python': 0.10; 'subject:error': 0.11; '2.7': 0.13; '"new-style': 0.16; 'classes"': 0.16; 'formatting,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:non': 0.16; 'thinking,': 0.16; 'twice.': 0.16; 'wrote:': 0.16; 'language': 0.19; '>>>': 0.20; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'lawrence': 0.22; 'planned': 0.22; 'am,': 0.23; 'dec': 0.23; 'header:In-Reply-To:1': 0.24; 'feature': 0.24; 'chris': 0.26; 'supported': 0.27; 'message-id:@mail.gmail.com': 0.27; "skip:' 10": 0.28; 'feature,': 0.29; 'supposed': 0.31; 'certain': 0.31; 'url:python': 0.33; 'tue,': 0.34; 'received:google.com': 0.35; 'url:dev': 0.35; "isn't": 0.35; 'but': 0.36; 'there': 0.36; 'received:209.85': 0.36; 'subject:: ': 0.37; 'received:209.85.213': 0.37; 'received:209': 0.38; 'subject:-': 0.39; 'mark': 0.40; 'subject:with': 0.40; 'still': 0.40; 'thomas': 0.63; 'percent': 0.66; 'url:lists': 0.66; 'stated': 0.70; 'chrisa': 0.84; 'confusion.': 0.84; 'of?': 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=k5slUZFzdyCkJWgHjmFN9psJnJxyZ59i7Pisrf/hW0A=; b=wGhH/jMTbeErHRviJwzB/vi3a+r20gni10wKoK0cGXeFPI+X0vDGETu9q/7GPgiUrf e7BjZGnDTgOHsPehM93lJgwzKe/QFVLaUfDSttkPmOl4D6Dq00PDjMb97ymAWNJWSfFo xBZ2qRRoK+OYlV52AphNumjxM0TboSda9Ufuc9r//GPMIr4o4wKa1WLNLC3SxJSSk/FR 48lkgyZ2WY40LJuSANi/6U81uMigBzVQ10+o9BOcNAZVu1VGRpcbyiwzEZoqTWOcsRgo 9uB3GTrXVjsUhx7z+b2qYCk/JyOB8T/BpNGP+RkmHD+uV0QQhr7AvL1piVp4mARxtjcZ tPtw== X-Received: by 10.50.79.138 with SMTP id j10mr18303161igx.92.1450704190825; Mon, 21 Dec 2015 05:23:10 -0800 (PST) In-Reply-To: <2726691.rQGQ7FqzaZ@PointedEars.de> 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:100669 On Tue, Dec 22, 2015 at 12:19 AM, Thomas 'PointedEars' Lahn wrote: > Mark Lawrence wrote: > >> On 21/12/2015 07:51, Thomas 'PointedEars' Lahn wrote: >>> Chris Angelico wrote: >>>> But it's been clearly stated that .format is not going to do away with >>>> percent formatting, and all language of "new-style formatting" has been >>>> removed so as not to cause confusion. >>> >>> Wishful thinking, twice. >> >> http://www.gossamer-threads.com/lists/python/dev/969817 > > What is this supposed to be evidence of? Proof that percent formatting isn't planned for deprecation, much less removal. There is strong support for it in certain quarters of python-dev. It's a fully supported language feature, not an old and outmoded feature that is kept solely for backward compatibility (as "old-style classes" are in Python 2.7 - you can still use them, but as of Python 3, only "new-style classes" exist). ChrisA