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


Groups > comp.lang.python > #40383

Re: [Python-ideas] string.format() default variable assignment

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.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 <drobinow@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.011
X-Spam-Evidence '*H*': 0.98; '*S*': 0.00; 'subject:: [': 0.03; 'subject:Python': 0.05; 'subject:skip:s 10': 0.05; 'sat,': 0.15; 'intended.': 0.16; 'subject:default': 0.16; 'subject:ideas': 0.16; 'subject:variable': 0.16; 'wrote:': 0.17; '>>>': 0.18; 'subject:] ': 0.19; 'sends': 0.22; "i've": 0.23; 'thus': 0.24; 'header:In- Reply-To:1': 0.25; 'am,': 0.27; 'message-id:@mail.gmail.com': 0.27; "doesn't": 0.28; 'chris': 0.28; "d'aprano": 0.29; 'steven': 0.29; 'that.': 0.30; 'to:addr:python-list': 0.33; "can't": 0.34; 'received:google.com': 0.34; 'list': 0.35; 'pm,': 0.35; 'received:209.85': 0.35; 'list.': 0.35; 'but': 0.36; 'bad': 0.37; 'received:209': 0.37; 'to:addr:python.org': 0.39; 'list,': 0.39; 'subject:-': 0.40; 'replying': 0.64; 'choose': 0.65; 'god': 0.66; 'receive': 0.71; '2013': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=p9D0lCFwfaJfIonM0f7ucThlnrzohocV9IPsO19ulOQ=; b=J2XEPSSMbayRaUodhQkZpzTaezJBNj81VgrgbR/xjwgywbI26zZw5fdl3eWBQ3FSJc IP7Bw1Kks0uDPuKsPvLJeb4KQ1bzCB15po2Vt+dV1a2MPBUyncNJ7kjWf8AnFCqU7ENy Hr7D9yp/w7Ox86nNBnx7pVjdslfssnU++3xvKu0vXIq8jeKtmNrBGIAJdZDigaotZSwG 0dU789pUN/qNqzJECdDakGErZ88T0xWGs5yrsbylgBcFb3A0VgJOXruSOQbSY8G8hOqR RYnI91bH4xJxGzraFWpocPccL8q2wXcxUOmV6xjp4Qm5HTYQQW8F8RFtEUwCItT50Zkr NuZg==
MIME-Version 1.0
X-Received by 10.60.22.69 with SMTP id b5mr12972032oef.38.1362276665092; Sat, 02 Mar 2013 18:11:05 -0800 (PST)
In-Reply-To <513298fa$0$30001$c3e8da3$5496439d@news.astraweb.com>
References <CAK-Ep0o=gtsCjhhAzYDd_NfaVJY-LLzsC2YQxj2f3CL8m62zmA@mail.gmail.com> <mailman.2741.1362157649.2939.python-list@python.org> <51315936$0$30001$c3e8da3$5496439d@news.astraweb.com> <CAPTjJmpdFTXPGqVA-psiUtpOCd3PRp8suYvm-esnc_9W7yarPA@mail.gmail.com> <CABicbJ+x5Qw_ZWvN+P2Q4WU5weN0WwHn9mmHRuKRwgg-OE2K6A@mail.gmail.com> <CAPTjJmo9ZMiiae_e6O+dTftbkTh1GVdh84AJAEzo9C=Hfu0pwQ@mail.gmail.com> <mailman.2777.1362236071.2939.python-list@python.org> <513298fa$0$30001$c3e8da3$5496439d@news.astraweb.com>
Date Sat, 2 Mar 2013 21:11:04 -0500
Subject Re: [Python-ideas] string.format() default variable assignment
From David Robinow <drobinow@gmail.com>
To python-list@python.org
Content-Type text/plain; charset=UTF-8
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.2806.1362276667.2939.python-list@python.org> (permalink)
Lines 18
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1362276667 news.xs4all.nl 6929 [2001:888:2000:d::a6]:43128
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:40383

Show key headers only | View raw


On Sat, Mar 2, 2013 at 7:27 PM, Steven D'Aprano
<steve+comp.lang.python@pearwood.info> wrote:
> On Sat, 02 Mar 2013 09:53:47 -0500, Devin Jeanpierre wrote:
>
>> On Sat, Mar 2, 2013 at 1:54 AM, Chris Angelico <rosuav@gmail.com> wrote:
>>> Yes, but reply-all sends a copy to the poster as well as the list. What
>>> I want is reply-list, acknowledging the list headers... and Gmail
>>> simply doesn't have that.
>> I've been replying to the poster and the list for ages. Is it bad
>> netiquette?
>
> I find it annoying, and yes I consider it rude. When we receive messages
 ...
 Do you consider it rude that you choose to use a newsreader, thus
inconveniencing those of us who use the mailing list, as God intended.
(I honestly can't remember if there's any advantage to News, not
having used it this century)
 [Going out of my way to respond only to the list]

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


Thread

Re: [Python-ideas] string.format() default variable assignment Chris Angelico <rosuav@gmail.com> - 2013-03-02 04:07 +1100
  Re: [Python-ideas] string.format() default variable assignment Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-03-02 01:43 +0000
    Re: [Python-ideas] string.format() default variable assignment Chris Angelico <rosuav@gmail.com> - 2013-03-02 14:54 +1100
    Re: [Python-ideas] string.format() default variable assignment Devin Jeanpierre <jeanpierreda@gmail.com> - 2013-03-02 01:09 -0500
    Re: [Python-ideas] string.format() default variable assignment Chris Angelico <rosuav@gmail.com> - 2013-03-02 17:54 +1100
    Re: [Python-ideas] string.format() default variable assignment James Griffin <jmz.griffin@kode5.net> - 2013-03-02 08:06 +0000
    Re: [Python-ideas] string.format() default variable assignment Devin Jeanpierre <jeanpierreda@gmail.com> - 2013-03-02 09:53 -0500
      Re: [Python-ideas] string.format() default variable assignment Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-03-03 00:27 +0000
        Re: [Python-ideas] string.format() default variable assignment Roy Smith <roy@panix.com> - 2013-03-02 19:42 -0500
          Re: [Python-ideas] string.format() default variable assignment Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-03-03 03:19 +0000
        Re: [Python-ideas] string.format() default variable assignment David Robinow <drobinow@gmail.com> - 2013-03-02 21:11 -0500
          Re: [Python-ideas] string.format() default variable assignment Roy Smith <roy@panix.com> - 2013-03-02 21:15 -0500
            Re: [Python-ideas] string.format() default variable assignment David Robinow <drobinow@gmail.com> - 2013-03-02 22:01 -0500
            Re: [Python-ideas] string.format() default variable assignment Chris Angelico <rosuav@gmail.com> - 2013-03-03 14:06 +1100
            Re: [Python-ideas] string.format() default variable assignment David Robinow <drobinow@gmail.com> - 2013-03-02 22:18 -0500
            Re: [Python-ideas] string.format() default variable assignment Chris Angelico <rosuav@gmail.com> - 2013-03-03 14:46 +1100
          Re: [Python-ideas] string.format() default variable assignment Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-03-03 03:21 +0000
            Re: [Python-ideas] string.format() default variable assignment Devin Jeanpierre <jeanpierreda@gmail.com> - 2013-03-02 23:00 -0500
              Re: [Python-ideas] string.format() default variable assignment Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-03-03 10:33 +0000
            Re: [Python-ideas] string.format() default variable assignment Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-03-03 09:51 +0000
            Re: [Python-ideas] string.format() default variable assignment David Robinow <drobinow@gmail.com> - 2013-03-04 11:09 -0500
              Re: [Python-ideas] string.format() default variable assignment Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-03-05 02:42 +0000
                Re: [Python-ideas] string.format() default variable assignment Chris Angelico <rosuav@gmail.com> - 2013-03-05 13:54 +1100
                Re: [Python-ideas] string.format() default variable assignment Gene Heskett <gheskett@wdtv.com> - 2013-03-04 23:01 -0500
                Re: [Python-ideas] string.format() default variable assignment James Griffin <jmz@kontrol.kode5.net> - 2013-03-05 08:16 +0000
                Re: [Python-ideas] string.format() default variable assignment Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-03-05 11:35 +0000
            Re: [Python-ideas] string.format() default variable assignment David Robinow <drobinow@gmail.com> - 2013-03-04 11:15 -0500
            Re: [Python-ideas] string.format() default variable assignment Dave Angel <davea@davea.name> - 2013-03-04 13:31 -0500
    Re: [Python-ideas] string.format() default variable assignment Tim Golden <mail@timgolden.me.uk> - 2013-03-02 15:01 +0000
    Re: [Python-ideas] string.format() default variable assignment Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-03-02 12:31 -0500
    good mail readers  [was Re: [Python-ideas] string.format() default variable assignment] Ethan Furman <ethan@stoneleaf.us> - 2013-03-02 11:59 -0800

csiph-web