Path: csiph.com!usenet.pasdenom.info!gegeweb.org!usenet-fr.net!nerim.net!novso.com!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.026 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'explicitly': 0.05; 'agree,': 0.09; 'windows,': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; '"python"': 0.16; 'finney': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'survive': 0.16; 'files.': 0.16; 'wrote:': 0.18; 'command': 0.22; 'cc:addr:python.org': 0.22; 'install': 0.23; 'cc:2**0': 0.24; 'options': 0.25; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'code': 0.31; 'agreed.': 0.31; 'writes:': 0.31; 'fri,': 0.33; 'received:google.com': 0.35; 'possible': 0.36; 'wrong': 0.37; 'easily': 0.37; 'growing': 0.38; 'ben': 0.38; 'skip:\xe2 10': 0.65; 'past,': 0.68; '8bit%:46': 0.78; '2015': 0.84; 'commands.': 0.84; 'conflicts': 0.84; 'increasingly': 0.84; 'to:none': 0.92 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 :content-type:content-transfer-encoding; bh=4qSfhazg4BGviqn96AF/hDht/KMkVV7QbwXmehH2u7k=; b=kypYnnY0AnWkddIP/A6DgPvkpRdixzsBnJXfEJdvtOSvGbcoaPsCYD56X/0ruGNtc7 zwio0wsMkv+GXtdhyhcsNPkjbMZkL6DJM7V6XjnpBh9nD89FPzjqMDlhjhAMhZctZcU5 D3Ia0B24QE1/2317Ui99UInr0QuNrs5Ra3yfeMtdKXtdD2FqqLHWvIk0EivlK4EZMHcC 3zK6MDKBkN0izchsZbAFcyBfrKksWUjePJCFJUaDrzotIRAz1Ur6FtFox2+Tzg4ftNfQ el6G7pov+6qjX1WQF3rIx7G/WdABWAAD6TEaDHAEzmfmV1Er9T+i6ckFbiLsbXnGC2qG Rbxg== MIME-Version: 1.0 X-Received: by 10.50.66.172 with SMTP id g12mr6960875igt.34.1430436231833; Thu, 30 Apr 2015 16:23:51 -0700 (PDT) In-Reply-To: <85d22lgqhq.fsf@benfinney.id.au> References: <87k2wtvbx1.fsf@Equus.decebal.nl> <87mw1ptpr0.fsf@Equus.decebal.nl> <85d22lgqhq.fsf@benfinney.id.au> Date: Fri, 1 May 2015 09:23:51 +1000 Subject: Re: l = range(int(1E9)) From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1430436240 news.xs4all.nl 2870 [2001:888:2000:d::a6]:35040 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:89684 On Fri, May 1, 2015 at 9:12 AM, Ben Finney wro= te: > Chris Angelico writes: > >> Very easily and simply: Python 3 and Python 2 will always install >> separately, and the only possible conflicts are over the "python" >> command in PATH and which program is associated with ".py" files. > > Calling =E2=80=98python=E2=80=99 is now ambiguous, and with Python 2 slip= ping inexorably > into the past, increasingly the =E2=80=98python=E2=80=99 command is the w= rong choice for > code that we want to survive in the future. > > I am seeing a growing call, with which I agree, to recommend explicitly > calling =E2=80=98python2=E2=80=99 or =E2=80=98python3=E2=80=99 as command= s. > Agreed. And on Windows, the "py -3" or "py -2" options are also available. ChrisA