Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Terry Reedy Newsgroups: comp.lang.python Subject: Re: Pyhon 2.x or 3.x, which is faster? Date: Mon, 7 Mar 2016 17:33:21 -0500 Lines: 19 Message-ID: References: <56dc41b5$0$1585$c3e8da3$5496439d@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de O4dZf2YWAfu/0QLO8OkSbA3mNemE/WJ9eWIAs5HeqDNA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'cpython': 0.05; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:which': 0.09; 'jan': 0.11; '2.7': 0.13; 'build?': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'reedy': 0.16; 'wrote:': 0.16; 'versions': 0.20; '3.x': 0.22; '64-bit': 0.22; 'am,': 0.23; 'header:In-Reply-To:1': 0.24; 'header :User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'andrew': 0.27; 'branch': 0.30; 'probably': 0.31; 'are:': 0.32; 'third': 0.33; 'question,': 0.35; "isn't": 0.35; 'but': 0.36; 'to:addr :python-list': 0.36; 'subject:?': 0.36; 'subject:: ': 0.37; 'two': 0.37; 'being': 0.37; 'received:org': 0.37; 'sure': 0.39; 'rather': 0.39; 'to:addr:python.org': 0.40; 'default': 0.61; 'received:96': 0.63; 'latest': 0.64; 'dumb': 0.84; 'received:fios.verizon.net': 0.91 X-Injected-Via-Gmane: http://gmane.org/ X-Gmane-NNTP-Posting-Host: pool-96-227-207-81.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 In-Reply-To: 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:104260 On 3/7/2016 6:54 AM, Andrew Jaffe wrote: > Dumb question, and this probably isn't the place for it, but the three > Pythons being tested are: > > 64-bit CPython on Li... latest in branch '2.7' > 64-bit CPython on Li... latest in branch '3.5' > 64-bit CPython on Li... latest > I understand that the first two are the released 2.7 and 3.5 > versions; is the third the most recent 3.x build? I am rather sure that none are released versions and that all three refer to the current tip ('latest') of each branch in the repository, with third being the default branch. -- Terry Jan Reedy