Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder1.xlned.com!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.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:: [': 0.03; 'subject:Python': 0.05; 'subject:skip:s 10': 0.05; 'cc:addr :python-list': 0.10; 'sat,': 0.15; 'subject:default': 0.16; 'subject:ideas': 0.16; 'subject:variable': 0.16; 'wrote:': 0.17; 'typing': 0.17; 'subject:] ': 0.19; 'sends': 0.22; 'cc:2**0': 0.23; "i've": 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'guess': 0.27; 'message-id:@mail.gmail.com': 0.27; "doesn't": 0.28; 'chris': 0.28; 'reply.': 0.28; 'that.': 0.30; "can't": 0.34; 'received:google.com': 0.34; 'list': 0.35; 'received:209.85': 0.35; 'list.': 0.35; 'but': 0.36; 'bad': 0.37; 'one,': 0.37; 'received:209': 0.37; 'subject:-': 0.40; 'your': 0.60; 'course.': 0.62; 'replying': 0.64; '2013': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=dmz7nk2zhFVnoS/zI+NKrJW77ondwrW4euR4pMCTbCg=; b=QHNneWS5jcvvYasWYwC6m9O6+FI4MQan4bJXKk6T1fay7sLtfaTd59LvMEmN4NQ5VJ 5JA8+aYXRdhxJuDA4ND4iUsw+9ckd3IYPS8dXtQTJJGhanibo2PSYNVagMxMX7Sa4kRi 06nVZPBU7yX7ZJygM36/Uz22mGNKHaKBtoP7gF77z80CmipXnoti8OIznpki+Jp6Uqel PCRiiUTvkOY5ONPEIXs0GB8IgOuUScSfPh4B5iWvb2Cj+Y5/3qOpi6CQMwo/hpzanT0L DOt6CGXk3jitpkdayDTLjwkT42n97to/bVrHpe+O9q+mY4TcW/HfdkvurAd7B6Ealohv tgag== X-Received: by 10.52.23.38 with SMTP id j6mr4758652vdf.121.1362236068614; Sat, 02 Mar 2013 06:54:28 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <51315936$0$30001$c3e8da3$5496439d@news.astraweb.com> From: Devin Jeanpierre Date: Sat, 2 Mar 2013 09:53:47 -0500 Subject: Re: [Python-ideas] string.format() default variable assignment To: Chris Angelico Content-Type: text/plain; charset=UTF-8 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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1362236071 news.xs4all.nl 6957 [2001:888:2000:d::a6]:41284 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:40335 On Sat, Mar 2, 2013 at 1:54 AM, Chris Angelico 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 also want to be able to change my mind as to whether it's > reply-all/reply-list/reply-sender after typing up a reply. Guess it's > time I grabbed Tbird to find out if it can do that... You can change your mind for reply-all/reply/forward in gmail, but since there's no reply-list, can't do that one, of course. -- Devin