Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!eternal-september.org!feeder.eternal-september.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.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.013 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; '16,': 0.03; 'interpreter': 0.05; 'subject:Python': 0.06; 'python3': 0.07; 'pep': 0.09; 'recommends': 0.09; 'python': 0.11; 'python3.': 0.16; 'symlink': 0.16; 'url:peps': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'example': 0.22; 'url:dev': 0.24; 'header:In-Reply-To:1': 0.27; 'point': 0.28; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'that.': 0.31; 'linux': 0.33; 'url:python': 0.33; 'created': 0.35; 'anybody': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'url:org': 0.36; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'world.': 0.61; "you've": 0.63; 'name': 0.63; 'real': 0.63; 'decided': 0.64; 'between': 0.67; 'jul': 0.74; 'future,': 0.83; 'severe': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=IF+5tA/pwFyGqx65tEvdBBTIQt2EFgtr9OnGiyodx3o=; b=wvl5agkqN0LYsux9cxnahU/NfchU8RCaI1QzB2oZ0t3NYAyZGXENC5lzeN6vGi2GqR sZbXrx4EcTwPLgBIKDmrkRDRGc5mUsOnlofc7nzwBu+RjskBsPp7Ljkr7KLCju7lOsde EttawRAHoXaGSEB1VEhwUSmvGDO+dpcnUC58rJdXhE5Yc2XQms3ErBuGA2K7mhYKTYV8 /3IMLtz8/V8rHh932rfBL8dQWVQjz13hUmDpqyVS/G/mSdY57/pSKa/ekJERKeEXtUhp efduBT621x+Rc1ud5T6xLltVKGINOjW9x5EAyscTLXLXWbmYStkBqxk//pnCzwyQ0hUT RMJg== X-Received: by 10.68.171.37 with SMTP id ar5mr31493918pbc.61.1405533064916; Wed, 16 Jul 2014 10:51:04 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <87zjga4j4v.fsf@elektro.pacujo.net> <53c57bae$0$9505$c3e8da3$5496439d@news.astraweb.com> <87iomy4ciy.fsf@elektro.pacujo.net> <53c5f6dc$0$9505$c3e8da3$5496439d@news.astraweb.com> <87egxl4zq8.fsf@elektro.pacujo.net> From: Ian Kelly Date: Wed, 16 Jul 2014 11:50:24 -0600 Subject: Re: Python 3 is killing Python To: Python Content-Type: text/plain; charset=UTF-8 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: 1405533074 news.xs4all.nl 2953 [2001:888:2000:d::a6]:59732 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:74575 On Wed, Jul 16, 2014 at 11:33 AM, Javier wrote: > I think there has been a severe miscalculation, and the change in the > name of the interpreter python3 to python > http://legacy.python.org/dev/peps/pep-0394/ is a good example of the > disconnection between GvR and the real world. Er, that PEP currently recommends that python be a symlink to python2. It states that at some point in the future, the recommendation will change to have python symlink to python3. > Arch Linux was the only distro to fall in the trap You've got the order of events backward. That PEP was created *because* Arch decided to link python to python3. Neither GvR nor anybody else who work on Python have any control over that.