Path: csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; '16,': 0.03; 'cpython': 0.05; 'repository': 0.05; 'revision': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'stackless': 0.09; 'jan': 0.12; 'windows': 0.15; '1400': 0.16; 'clone': 0.16; 'hrm.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'write,': 0.16; 'wrote:': 0.18; 'header:User- Agent:1': 0.23; '2.x': 0.24; 'bytes': 0.24; 'equivalent': 0.26; 'shown': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply- To:1': 0.27; 'chris': 0.29; 'am,': 0.29; 'code': 0.31; '3.x': 0.31; 'base,': 0.31; "d'aprano": 0.31; 'steven': 0.31; 'python.org': 0.32; 'says': 0.33; 'url:python': 0.33; 'not.': 0.33; 'there': 0.35; 'url:org': 0.36; 'bringing': 0.38; 'to:addr :python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'received:173': 0.61; "you're": 0.61; 'here:': 0.62; '500': 0.70; 'million': 0.74; 'received:fios.verizon.net': 0.84; 'subject:Control': 0.84; 'url:cpython': 0.84; '2013': 0.98 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: Version Control Software Date: Sun, 16 Jun 2013 05:15:43 -0400 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> 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-251-66.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 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: 29 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1371374156 news.xs4all.nl 15873 [2001:888:2000:d::a6]:58429 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:48423 On 6/16/2013 1:29 AM, Chris Angelico wrote: > On Sun, Jun 16, 2013 at 3:20 PM, Steven D'Aprano >> If you're bringing in the *entire* CPython code base, as shown here: >> >> http://hg.python.org/ This is the python.org collection of repositories, not just cpython. >> 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 -- Terry Jan Reedy