Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.albasani.net!weretis.net!feeder4.news.weretis.net!news.unit0.net!feeder1.cambriumusenet.nl!feed.tweaknews.nl!194.109.133.83.MISMATCH!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!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.010 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:: [': 0.03; 'subject:Python': 0.05; 'subject:skip:s 10': 0.05; 'correct,': 0.09; 'cc:addr:python-list': 0.10; 'behavior).': 0.16; 'chris,': 0.16; 'command,': 0.16; 'subject:default': 0.16; 'subject:ideas': 0.16; 'subject:variable': 0.16; 'wrote:': 0.17; 'else,': 0.17; 'typing': 0.17; '(or': 0.18; 'subject:] ': 0.19; 'finally,': 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; 'setting': 0.26; 'first,': 0.27; 'in.': 0.27; 'message- id:@mail.gmail.com': 0.27; 'skip:( 20': 0.28; 'chris': 0.28; 'second,': 0.29; 'usually': 0.30; 'fri,': 0.30; 'up.': 0.31; 'good.': 0.32; 'switch': 0.32; 'could': 0.32; 'changed': 0.34; 'received:google.com': 0.34; 'wrong': 0.34; 'list': 0.35; 'so,': 0.35; 'pm,': 0.35; 'received:209.85': 0.35; 'something': 0.35; 'there': 0.35; 'list.': 0.35; 'but': 0.36; 'client': 0.36; 'should': 0.36; 'does': 0.37; 'item': 0.37; 'rather': 0.37; 'received:209': 0.37; 'things': 0.38; 'subject:-': 0.40; 'your': 0.60; 'address': 0.60; 'most': 0.61; 'button.': 0.65; 'reply': 0.66; 'sounds': 0.71; 'click': 0.76; '2013': 0.84; 'actually,': 0.84; 'url:imgur': 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=WCQ8/cBBgoHrRxqKr3qMs9WouAN/1TlmLOmKK9LPlVQ=; b=vV98uYhYLDVfUcLA8fh/gAdu9YYQoVWo1sfMzig45TfWqak9V4+vSLBenUKyCdVGQ0 j20J390Q2oHBYpg4kFIawZWXMTiByBnykW4PBciq/KmYQfufJ3tPNrtVLwIfL+/sJKFO lYCCp1ZhBiJ0FY/b+Uvdo9W6+CTlpIcW6bDpm6ryl6Zhgc9dQGavUJf+Gso+xi3CAmPc qNYrrqSdu+t1OFb2QusMITM57ybR1xN8HCFBgm5Cx5z/FUu8kLlfIUnzomnITFQvz2c3 HhWuxNpfcOnPkzVGRniI/aMeZz6nd8QFtcxolahDZLL038qAX4TAj7p2zYEgLOTSEhB6 Gh9g== X-Received: by 10.52.176.65 with SMTP id cg1mr4444319vdc.1.1362204614703; Fri, 01 Mar 2013 22:10:14 -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 01:09:34 -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: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1362204622 news.xs4all.nl 6921 [2001:888:2000:d::a6]:42850 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:40318 On Fri, Mar 1, 2013 at 10:54 PM, Chris Angelico wrote: >> No offence Chris, but you're the only person I know who *regularly* >> replies to the wrong list. Does your mail client not have a "Reply to >> List" command, or "Reply All"? If so, then you should use it rather than >> manually typing the (wrong) list address in. > > Correct, Gmail doesn't. I should switch to Thunderbird (or something > else, but I've heard a good many recommendations for Tbird) but have > yet to get around to setting it up. Actually, it has a few ways to reply-to-all. In this screenshot, there are three things I could click to reply-to-all: http://imgur.com/914BNuY First, I could click the big reply button. I changed a setting so that reply-to-all is the default (Settings->General->Default reply behavior). Second, there is the reply-to-all menu item in the reply dropdown. Finally, in the textbox at the bottom, there's the reply-to-all hyperlink. It sounds like changing the default would do you the most good. It usually does what I want. -- Devin