Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Tim Chase Newsgroups: comp.lang.python Subject: Re: % formatting vs .format() (was: What's wrong with this concatenation statement?) Date: Wed, 11 May 2016 18:31:36 -0500 Lines: 17 Message-ID: References: <3414323.Mt0gs2Yp5W@PointedEars.de> <21232585.YymZx1Mvhl@PointedEars.de> <20160511183136.3c5420f8@bigbox.christie.dr> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de E22U0TXWNWTl3y0DNfFNmQUdtsttizCA8VEP2At/8SGA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.025 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'formatting': 0.07; 'subject:skip:c 10': 0.07; 'python': 0.10; 'missed': 0.15; 'subject: \n ': 0.15; '-tkc': 0.16; 'from:addr:python.list': 0.16; 'from:addr:tim.thechases.com': 0.16; 'from:name:tim chase': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:?)': 0.16; 'succinct': 0.16; 'wrote:': 0.16; '3.2': 0.22; 'subject: .': 0.22; 'header:In-Reply-To:1': 0.24; "i've": 0.25; '3.0': 0.27; '3.1': 0.29; 'summary': 0.29; 'clarify': 0.33; 'but': 0.36; 'to:addr :python-list': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'thanks': 0.37; 'charset:us-ascii': 0.37; 'to:addr:python.org': 0.40; 'subject:with': 0.40; 'more': 0.63; 'different': 0.63; 'evolution': 0.66; 'picked': 0.66; 'said:': 0.66; 'away,': 0.84; 'batchelder': 0.84; 'received:23': 0.84; 'subject:this': 0.85 X-Sender-Id: wwwh|x-authuser|tim@thechases.com X-Sender-Id: wwwh|x-authuser|tim@thechases.com X-MC-Relay: Neutral X-MailChannels-SenderId: wwwh|x-authuser|tim@thechases.com X-MailChannels-Auth-Id: wwwh X-MC-Loop-Signature: 1463009498077:1406899242 X-MC-Ingress-Time: 1463009498077 In-Reply-To: X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) X-AuthUser: tim@thechases.com X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <20160511183136.3c5420f8@bigbox.christie.dr> X-Mailman-Original-References: <3414323.Mt0gs2Yp5W@PointedEars.de> <21232585.YymZx1Mvhl@PointedEars.de> Xref: csiph.com comp.lang.python:108537 On 2016-05-11 12:39, Ned Batchelder wrote: > The docs have discussed it in a few different ways over the years. > > Python 3.0 and 3.1 said: > > 3.2 said: > > 3.3 and up say: I've picked up on the "% formatting not going away, .format() more flexible" vibe but had missed the evolution in the docs to clarify the intent. Thanks for the succinct summary of how that's changed. -tkc