Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:PEP': 0.07; 'deprecated': 0.09; 'differently.': 0.09; 'formatting': 0.09; 'repeated': 0.09; 'sentence': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'thread': 0.14; 'apologies...': 0.16; 'deprecated,': 0.16; 'received:74.55.86': 0.16; 'received:74.55.86.74': 0.16; 'received:smtp.webfaction.com': 0.16; 'received:webfaction.com': 0.16; 'to:addr:pearwood.info': 0.16; 'to:addr:steve+comp.lang.python': 0.16; "to:name:steven d'aprano": 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'seems': 0.21; 'feb': 0.22; 'cc:addr:python.org': 0.22; 'header:User-Agent:1': 0.23; 'skip': 0.24; '(or': 0.24; 'question': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'idea': 0.28; 'am,': 0.29; 'especially': 0.30; 'code': 0.31; "d'aprano": 0.31; 'fans': 0.31; 'steven': 0.31; 'maybe': 0.34; "didn't": 0.36; 'should': 0.36; 'back': 0.62; 'soon': 0.63; 'become': 0.64; 'relatively': 0.65; 'therefore': 0.72; '2012.': 0.74; 'day': 0.76; 'glad': 0.83; 'here!': 0.84; 'python-dev': 0.84; 'widespread': 0.91; '2013': 0.98 Date: Wed, 22 May 2013 14:30:09 -0400 From: Ned Batchelder User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: Steven D'Aprano Subject: Re: PEP 378: Format Specifier for Thousands Separator References: <519c348a$0$6599$c3e8da3$5496439d@news.astraweb.com> <519C3D99.5040107@gmail.com> <519cdcff$0$6599$c3e8da3$5496439d@news.astraweb.com> In-Reply-To: <519cdcff$0$6599$c3e8da3$5496439d@news.astraweb.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: python-list@python.org 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: 27 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1369249307 news.xs4all.nl 15942 [2001:888:2000:d::a6]:56296 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:45743 On 5/22/2013 10:58 AM, Steven D'Aprano wrote: > On Wed, 22 May 2013 05:45:12 -0500, Skip Montanaro wrote: > >> I didn't mean to create a tempest in a teapot. I was away from >> comp.lang.python, python-bugs, and python-dev for a few years. In >> particular, I didn't ever see the aforementioned thread from Feb 2012. >> Had I known of that thread I would have worded the sentence which >> shall not be repeated differently. >> >> My apologies... > No problem, it's not about you specifically, it's just that some of us > fans of % formatting can be a tad sensitive about it, especially since > the idea that it has been deprecated (or soon will be deprecated, or one > day will be deprecated, and therefore code using it is bad) is relatively > widespread on the Internet. Seems like maybe this should become a question in the Python FAQ. --Ned. > > Glad to have you back here! > > >