Path: csiph.com!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail From: Chris Angelico Newsgroups: comp.lang.python Subject: Re: Phyton Date: Mon, 7 Mar 2016 10:28:44 +1100 Lines: 13 Message-ID: References: <56dcb9bf$0$1599$c3e8da3$5496439d@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de ONsFcIceyT04QYaEasyXxwaXjponyMX1vw9SNF2inGXQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.039 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'cc:addr:python-list': 0.09; 'python': 0.10; 'language,': 0.11; 'exception': 0.13; '"current': 0.16; '2016': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'programming': 0.22; 'am,': 0.23; 'header:In-Reply-To:1': 0.24; 'mon,': 0.24; 'message- id:@mail.gmail.com': 0.27; 'fine': 0.28; "d'aprano": 0.33; 'maintained': 0.33; 'steven': 0.33; 'received:google.com': 0.35; 'received:209.85': 0.36; 'subject:: ': 0.37; 'being': 0.37; 'received:209.85.213': 0.37; 'version': 0.38; 'received:209': 0.38; 'some': 0.40; 'term': 0.60; 'your': 0.60; 'advanced': 0.61; 'more': 0.63; 'mar': 0.65; 'here': 0.66; 'upgrading': 0.72; 'chrisa': 0.84; 'to:none': 0.91 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:cc; bh=QKuVTcaF6URRg0ujSwV3x7Xv3tE232Xr4FRfPmeVrxY=; b=yTclqZaMXfUk4UsgQ+BAYJCEFfoscTHR6nDv19wYxS6Asu8Q27EurO+7SLsra+BlHk 45osWv6LsENHsbyz2fprkJ5FQLgFuI16BYA1kdA8XwEIBo0PvTZ/Bdf33qjGMJBQpZ9w QweUQ22lGRh/dUakE5YH3A7hJLZZQlgxNuhEbx99RN0Er39Rp8Zt3b0q8ygd/xVgMQ0R GrRZu9v5IJv7WW8OiKmxha76sDMAtsFWafxZw6CQEck0G9o+aZTm5vfTc8V1TX2T6ueb uKIro0ywhqnJqlYSNBFxf+slUsbqpRM+LcWd8AFojZzoF+B1LRsmuRn+7Ge2YOn9jUFg Z3cA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:cc; bh=QKuVTcaF6URRg0ujSwV3x7Xv3tE232Xr4FRfPmeVrxY=; b=f5P7GYiWmQK977cRsQwQLnDVxzDJNBbRjYf7+i75UyWWQ8iXbkDKf534QkCAYuYh/q iZGP7sfDnaG2St9gw8X199gi7VlBpp7LIq66IftdOcl/IC+LOrPo61Xq1Vcn3E1ofRpJ vHF57st1HzRHhvGEByMskx0+ZH19Wq/gz0a7g/9XhFjnzWxwZ1fc8qESA3Oj4heYvYN3 9dR9BTxQ4JAe91hXaeKes9J1tl95UhqRGewlccajsnwI0YMll0G/onQnVwuGrR4PvmzM vJnJCzD17YERJMAflYP5yZEyuv/FYSpyr0sYc52BHuLaz8r7ZvBki5tREG09Q6nt9XZr vKRg== X-Gm-Message-State: AD7BkJJw401ijlUbmMllBpE4q8kyAWQGUAF9eyTUKbFUMzHNtS1TbkCMBc1tCn8IEy+tyVRVmw/FxeraUUgfKQ== X-Received: by 10.50.41.106 with SMTP id e10mr9640936igl.94.1457306925058; Sun, 06 Mar 2016 15:28:45 -0800 (PST) In-Reply-To: <56dcb9bf$0$1599$c3e8da3$5496439d@news.astraweb.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:104178 On Mon, Mar 7, 2016 at 10:14 AM, Steven D'Aprano wrote: > And I take exception to your use of the word "Luddite" to describe Python 2. > Python 2 is a perfectly fine programming language, and it will continue to > be used by some well past 2020. There's no need to bully people into > upgrading to Python 3, or insult those using Python 2. Python 2 is here for > the long haul. I would, however, use the term "legacy" to describe Python 2. It's no longer the "current stable" version - it's the "old stable", being maintained at its current state and not advanced further. It's not as insulting as "Luddite", and more accurate. ChrisA