Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!eweka.nl!lightspeed.eweka.nl!194.109.133.87.MISMATCH!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!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.019 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'subject:: [': 0.03; 'subject:Python': 0.05; 'subject:skip:s 10': 0.05; 'archive': 0.11; 'sat,': 0.15; '9:15': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'receive.': 0.16; 'roy': 0.16; 'subject:default': 0.16; 'subject:ideas': 0.16; 'subject:variable': 0.16; 'thread.': 0.16; 'wrote:': 0.17; 'deleted.': 0.17; 'subject:] ': 0.19; 'posted': 0.22; 'header:In- Reply-To:1': 0.25; 'separate': 0.27; 'message-id:@mail.gmail.com': 0.27; 'generally': 0.32; 'goes': 0.33; 'joined': 0.33; 'to:addr :python-list': 0.33; "can't": 0.34; 'received:google.com': 0.34; 'pm,': 0.35; 'received:209.85.220': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'one,': 0.37; 'received:209': 0.37; 'to:addr:python.org': 0.39; 'subject:-': 0.40; 'your': 0.60; 'easy': 0.60; 'back': 0.62; 'great': 0.64; 'news': 0.68; 'mail.': 0.69; 'biggest': 0.71; 'advantages': 0.71; 'smith': 0.71; '2013': 0.84; 'around,': 0.84; 'hunt': 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=AVdYADSYP2tT19CRGDmaw3f9ehA365t0UP30MHPk6hU=; b=NuZN6F1ImHEKYseCl03N6QGSCLtCWfiyqnRx/yiJQ49pM9m+JhScV2tsGW2tEkg6JO xKN1MBPJzvHTvwq0lPCpc/XTXgzSXAO+Z1tqn24FLWNo6UDrGNHnV3l2SnZ4GYF1MbNg kvvTUnx4TlajwYgWaWIIs8pvUsbcNKQ1T2CNmv6U4mQI75qF6+sRTJ3wof+wSefwzxj1 wR5S8C4RvGHtbHVRpkN34Qqms284DvWHWQ9OsxWYmo/k0CpUVT/lOxm+htMQGNCzIaJw anrWIAiDnAG934WirQSpiJCL1+G1sj0ewJlQ8lAl4S61En7ZBDC8n9f1BL7cMVQE1YYi hv3w== MIME-Version: 1.0 X-Received: by 10.66.148.6 with SMTP id to6mr25367371pab.112.1362279970683; Sat, 02 Mar 2013 19:06:10 -0800 (PST) In-Reply-To: References: <51315936$0$30001$c3e8da3$5496439d@news.astraweb.com> <513298fa$0$30001$c3e8da3$5496439d@news.astraweb.com> Date: Sun, 3 Mar 2013 14:06:10 +1100 Subject: Re: [Python-ideas] string.format() default variable assignment From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1362279980 news.xs4all.nl 6917 [2001:888:2000:d::a6]:60068 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:40388 On Sun, Mar 3, 2013 at 2:01 PM, David Robinow wrote: > On Sat, Mar 2, 2013 at 9:15 PM, Roy Smith wrote: >> There's a number of advantages to news vs. mail. The biggest is that >> news spools generally keep a long history around, so it's easy to go >> back and review a long thread. > That can't be the biggest since mail stays around forever unless > deliberately deleted. But your mail has only what you receive. You have to hunt down a separate archive of what was posted before you joined the thread. Advantage goes to news, but a slight one, and if that's the biggest, it's not a great advertisement. ChrisA