Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed4.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.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; '16,': 0.03; 'cpython': 0.05; 'repository': 0.05; 'revision': 0.07; 'stackless': 0.09; 'windows': 0.15; '1400': 0.16; 'ah,': 0.16; 'clone': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'hrm.': 0.16; 'reedy': 0.16; 'write,': 0.16; 'wrote:': 0.18; '>>>': 0.22; '2.x': 0.24; 'bytes': 0.24; 'equivalent': 0.26; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; '3.x': 0.31; "d'aprano": 0.31; 'steven': 0.31; 'says': 0.33; 'url:python': 0.33; 'not.': 0.33; 'received:209.85': 0.35; 'received:209.85.220': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'url:org': 0.36; 'should': 0.36; 'received:209': 0.37; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; '500': 0.70; 'million': 0.74; 'subject:Control': 0.84; 'url:cpython': 0.84; 'have.': 0.93; '2013': 0.98 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:to :content-type; bh=mstd0MPNKmV5ZRFx/bhWEzda79pb/6dC6oRBi0be3k8=; b=REHDE4CLgtcl3i7dH/bLlD0UiASKnnOn8Eaiu7j+dpbSfjhQQudZ0Apc0r/odRBncI +5Wja41aEIlQIj2HbkH3FOhNzotSLisYMiVATezKHnsJTQ1swKaURmHe5dVRPmxrtEHt Hk3tJbt+EoCBKQuy8iO3nmOcuE46YzRZz+BuhjubvwppH1bF44pogf788fu0fIz667eJ gfj6sEsG9wcrD1WUy5hyPK+GhYZD7aUBFP+2qR2w+Ylldt8w4fmsw7oVjipA2TCTxOTG WEiyhbSOOiLVNb5p/OyxcSM4JzVH+xqBxweIym4zf0ozzXmt0pAmbTj8dVMm2BwEzYYD jV+w== MIME-Version: 1.0 X-Received: by 10.220.48.17 with SMTP id p17mr2086126vcf.97.1371376311804; Sun, 16 Jun 2013 02:51:51 -0700 (PDT) In-Reply-To: References: <98c13a55-dbf2-46a7-a2aa-8c5f052ff375@googlegroups.com> <2644d0de-9a81-41aa-b27a-cb4535964b58@googlegroups.com> <51BB8338.50006@davea.name> <51bd4b1c$0$29966$c3e8da3$5496439d@news.astraweb.com> Date: Sun, 16 Jun 2013 19:51:51 +1000 Subject: Re: Version Control Software From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 27 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1371376315 news.xs4all.nl 15885 [2001:888:2000:d::a6]:38768 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:48425 On Sun, Jun 16, 2013 at 7:15 PM, Terry Reedy wrote: > On 6/16/2013 1:29 AM, Chris Angelico wrote: >> >> On Sun, Jun 16, 2013 at 3:20 PM, Steven D'Aprano >>> keep in mind that it includes the equivalent of four independent >>> implementations: >>> >>> - CPython 2.x >>> - CPython 3.x > > >>> - Stackless >>> - Jython >> >> >> Hrm. Why are there other Pythons in the cpython repository? > > > There are not. The cpython repository > http://hg.python.org/cpython/ > only contains cpython. As I write, the last revision is 84110. Windows says > that my cpython clone has about 1400 folders, 15000 files, and 500 million > bytes Ah, well it's this one that I have. So it should have only CPython in it. ChrisA