Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.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.012 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'widely': 0.05; 'subject:Python': 0.06; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'jan': 0.12; '2.7': 0.14; 'devs': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'switch.': 0.16; 'do,': 0.16; 'wrote:': 0.18; 'users.': 0.18; 'header:User- Agent:1': 0.23; 'switch': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'statement': 0.30; '3.x': 0.31; 'libraries': 0.31; "we're": 0.32; 'core': 0.34; 'problem': 0.35; 'except': 0.35; 'version': 0.36; 'too': 0.37; 'being': 0.38; 'ends': 0.38; 'to:addr:python-list': 0.38; 'expect': 0.39; 'does': 0.39; 'to:addr:python.org': 0.39; 'enough': 0.39; 'received:org': 0.40; 'even': 0.60; 'then,': 0.60; 'matter': 0.61; 'received:173': 0.61; 'such': 0.63; 'benefit': 0.68; '2.7.': 0.84; 'received:fios.verizon.net': 0.84; 'edwards': 0.91; 'lazy': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: Python 3.x adoption Date: Fri, 17 Jan 2014 17:10:04 -0500 References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-173-75-254-207.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 In-Reply-To: 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: 25 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1389996623 news.xs4all.nl 2943 [2001:888:2000:d::a6]:45129 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:64199 On 1/17/2014 10:27 AM, Grant Edwards wrote: > On 2014-01-14, Staszek wrote: > >> What's the problem with Python 3.x? > > The problem with Python 3.x is Python 2.7. ;) Cute. >> What's wrong?... > > Python 2.7 still does everything 99% of us need to do, and we're too > lazy to switch. While '99' is rhetorical, the statement is accurate for many. The core devs do not expect such people* to switch until they think they would benefit, and even then, only to the version that has enough goodies. * except for authors of widely used libraries ;-), and even then, it ends up being a matter of whether such authors think they will benefit from having 3.x users. -- Terry Jan Reedy