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: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.045 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.01; 'subject:: [': 0.04; 'subject:Python': 0.06; 'spelling': 0.09; "subject:')": 0.09; 'python': 0.11; 'code?': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:ideas': 0.16; 'wrote:': 0.18; 'subject:] ': 0.20; 'code,': 0.22; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; "doesn't": 0.30; 'message-id:@mail.gmail.com': 0.30; "d'aprano": 0.31; 'steven': 0.31; 'case,': 0.35; 'but': 0.35; 'received:google.com': 0.35; '14,': 0.36; 'to:addr:python- list': 0.38; 'to:addr:python.org': 0.39; 'read': 0.60; 'cost.': 0.60; 'july': 0.63; 'more': 0.64; 'great': 0.65; 'reads': 0.68; 'subjectcharset:utf-8': 0.72; 'jul': 0.74; "else's": 0.84; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=W+9SzKvEA+6tIughMdPIcQ64yuUGk5HzotngKHOoak4=; b=kQP8LZft7x3l2LmagKKDEfcsrAmayxoVyXKkNcjgR/KOMb8FtPbJuktHYmUOysrI3o raggGH8VUt3HR0kRh71LYZjNNCV91D+eqzHpZBX66zaY8OI+Gy7zj+GeXgmJJddfhJL7 S2ozru1EiTKSr5lbQyPnleTmEJbGuviXuCPUjljzeBBPvMBJOym+k3Utj01joEAbVvNc W1eySbs+hdjgBY2J8vzhCTKxvBrq2blhxQMkPaY+xqVLH1TsfIsMiO5mqijgNpnR8Bxj RI7T8bDQKb/yXbPAQskGsFh+9grDmcKyI7S1+vA7jnVNb7VmVmtXSx8Rc5sZtfm/lI6A GAKA== MIME-Version: 1.0 X-Received: by 10.58.249.236 with SMTP id yx12mr26692205vec.25.1373766792315; Sat, 13 Jul 2013 18:53:12 -0700 (PDT) In-Reply-To: References: <51E07F3B.5000405@mrabarnett.plus.com> <51E1FDC5.1030501@pearwood.info> Date: Sun, 14 Jul 2013 11:53:12 +1000 Subject: =?UTF-8?B?UmU6IFtQeXRob24taWRlYXNdIGZsb2F0KCfiiJ4nKT1mbG9hdCgnaW5mJyk=?= 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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1373766801 news.xs4all.nl 15902 [2001:888:2000:d::a6]:35307 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:50620 On Sun, Jul 14, 2013 at 11:39 AM, Joshua Landau wrote: > On 14 July 2013 02:24, Steven D'Aprano wrote: >> and on-going costs: >> >> - that's one more thing for every user to learn; > > Doesn't apply here. Yes, it does; what happens to someone who reads someone else's Python code? To write code, you need to understand one way of spelling something. To read code, you need to understand _every_ way of spelling that thing. That may not be a particularly great cost in this case, but it is a cost. ChrisA