Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #45903

Re: PEP 378: Format Specifier for Thousands Separator

Path csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <andipersti@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.048
X-Spam-Evidence '*H*': 0.91; '*S*': 0.00; 'subject:PEP': 0.07; 'pep': 0.09; 'archive': 0.14; 'question.': 0.14; 'andreas': 0.16; 'bye,': 0.16; 'specifier': 0.16; 'sure.': 0.16; 'ignore': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'header:User-Agent:1': 0.23; 'either.': 0.24; 'typical': 0.24; 'looks': 0.24; 'posts': 0.26; 'header:In-Reply- To:1': 0.27; 'skip:- 40': 0.29; "i'm": 0.30; 'guess': 0.33; 'date:': 0.34; 'knows': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'list': 0.37; 'received:10': 0.37; 'message-id:@gmail.com': 0.38; 'to:addr:python-list': 0.38; 'subject:': 0.39; 'to:addr:python.org': 0.39; 'most': 0.60; 'simply': 0.61; 'email addr:gmail.com': 0.63; 're:': 0.63; 'nobody': 0.68; 'bot': 0.84; 'carlos': 0.91; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=FZcivwkL28TludlxefeydlStKleovkrsdP/jPTqtJSA=; b=dDYrpLR9csPLru9QSfOJ1h/H9pQetKqhHGwBfPBD8iujKQGaBzrr8vtdqoNfzD+vs8 x0+IKk1AXb2zVMwuU79Yd7ghbZOoUDOfla7WLTBthVuY4fOQXz8nWdu0O+uNt+3Gwjzj xgUoCJL5f41tgliMYzo6keYX4MSZhHxFJV5KHDduFrjERPVyYTMlN3KxxPoEaq6hy30n xXOQ8T1rrTu7ygbbsE4+kcYkiIeXHNZZLCEt5xoW9ZvyuAlMLACSHSmjVTNn4HjVtTOp AMx5/12Wc4Eqd4TwRT+I2ij/tjU+3+NlrJOwCF04u0/wQ2VEgMkHpUxKQBSK4IIeSIKu mGWA==
X-Received by 10.204.183.16 with SMTP id ce16mr9476807bkb.91.1369416512470; Fri, 24 May 2013 10:28:32 -0700 (PDT)
Date Fri, 24 May 2013 19:28:29 +0200
From Andreas Perstinger <andipersti@gmail.com>
User-Agent Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130510 Thunderbird/17.0.6
MIME-Version 1.0
To python-list@python.org
Subject Re: PEP 378: Format Specifier for Thousands Separator
References <b87bfa97-e0cc-489e-847b-02d9312060bd@googlegroups.com> <BLU176-W781D477CDE6E814C7EABCD7AB0@phx.gbl>
In-Reply-To <BLU176-W781D477CDE6E814C7EABCD7AB0@phx.gbl>
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2073.1369416514.3114.python-list@python.org> (permalink)
Lines 19
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1369416514 news.xs4all.nl 15928 [2001:888:2000:d::a6]:39332
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:45903

Show key headers only | View raw


On 24.05.2013 17:25, Carlos Nepomuceno wrote:
> ----------------------------------------
>> Date: Thu, 23 May 2013 19:29:14 -0700
>> Subject: Re: PEP 378: Format Specifier for Thousands Separator
>> From: dihedral88888@gmail.com
>> [some typical dihedral stuff]
>
> I'm sorry but I don't understand your question.

Don't worry. I guess most people on this list don't understand it either.

It looks like dihedral is a bot although nobody knows for sure. Search 
for some other posts from him/her/it in the archive and form your own 
opinion.

IMHO you can simply ignore him/her/it.

Bye, Andreas

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

RE: PEP 378: Format Specifier for Thousands Separator Carlos Nepomuceno <carlosnepomuceno@outlook.com> - 2013-05-21 21:49 +0300
  Re: PEP 378: Format Specifier for Thousands Separator 88888 Dihedral <dihedral88888@gmail.com> - 2013-05-23 19:29 -0700
    RE: PEP 378: Format Specifier for Thousands Separator Carlos Nepomuceno <carlosnepomuceno@outlook.com> - 2013-05-24 18:25 +0300
    Re: PEP 378: Format Specifier for Thousands Separator Andreas Perstinger <andipersti@gmail.com> - 2013-05-24 19:28 +0200
    RE: PEP 378: Format Specifier for Thousands Separator Carlos Nepomuceno <carlosnepomuceno@outlook.com> - 2013-05-25 00:07 +0300

csiph-web