Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Chris Angelico Newsgroups: comp.lang.python Subject: Re: We will be moving to GitHub Date: Sat, 2 Jan 2016 07:09:42 +1100 Lines: 37 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de Oo/tAjnl3NHfi30yflnY2QdC3M6K75mns8wHcuJUN8CQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'cpython': 0.05; 'repository': 0.05; '*not*': 0.07; 'acceptance': 0.07; 'effect.': 0.09; 'git': 0.09; 'happen.': 0.09; 'jan': 0.11; 'discussions': 0.15; '2016': 0.16; "brett's": 0.16; 'discusses': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'guessing': 0.16; 'mark,': 0.16; 'mercurial,': 0.16; 'received:209.85.213.176': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'tool.': 0.16; 'wiki,': 0.16; 'wrote:': 0.16; 'to:name:python-list@python.org': 0.20; 'tracker': 0.20; 'so.': 0.22; 'arguments': 0.22; 'trying': 0.22; 'am,': 0.23; 'sat,': 0.23; 'header:In-Reply-To:1': 0.24; 'hosting': 0.25; "i've": 0.25; '(which': 0.26; 'not.': 0.27; 'message- id:@mail.gmail.com': 0.27; 'pep': 0.29; 'url:peps': 0.29; 'summary': 0.29; "who's": 0.32; 'options': 0.33; 'url:python': 0.33; 'adjust': 0.33; 'hopefully': 0.33; 'though.': 0.33; 'worked': 0.34; 'received:google.com': 0.35; 'text': 0.35; 'clear': 0.35; 'primarily': 0.35; 'url:dev': 0.35; 'but': 0.36; 'there': 0.36; 'url:org': 0.36; 'received:209.85': 0.36; 'to:addr :python-list': 0.36; 'subject:: ': 0.37; 'say': 0.37; 'received:209.85.213': 0.37; 'received:209': 0.38; 'several': 0.38; 'someone': 0.38; 'means': 0.39; 'why': 0.39; 'system.': 0.39; 'to:addr:python.org': 0.40; 'still': 0.40; 'decision': 0.61; 'details': 0.62; 'capable': 0.65; 'differences': 0.66; 'future.': 0.67; 'link:': 0.69; 'chrisa': 0.84; 'forward.': 0.84; 'prefers': 0.84; 'canonical': 0.91; 'ware': 0.91; 'choice.': 0.93 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=ZRF9w3kChfE2CVrl3yUE65fgLgtEAz/hj1btJwgjvTc=; b=mLAml9YeUqQE4STHHhIzDNJv2SQdZt9wp3GdgI9zU9bqezwzANhwYMz0iY4/oiOzDp uwC9/DJTBYsinuaFr0wAzfT2CtK0xYHu55a72DO3ZM1h5taQfOmeZn8WoPbKXIabTACt 3aEwe+Wyh6hHpAcSq3b5QXyASQPmAeo3RN1T04taniwTiShUlzp7yqqIPb0jDjU/LChR 0tYYpjijnhEBAw3S3BR6BAC4lIhKSJsxMCV/PZxm1NoL+goLW3CVBCN4o26A17o3K2zO xHNJFw6EBVHRIw+18w60r+XTvfh8a78lP2AI47uTM8Nul9aXSO4VpXybqep1gI4mQjtA YMsw== X-Received: by 10.50.152.35 with SMTP id uv3mr12745537igb.13.1451678982553; Fri, 01 Jan 2016 12:09:42 -0800 (PST) In-Reply-To: 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: , Xref: csiph.com comp.lang.python:101115 On Sat, Jan 2, 2016 at 6:58 AM, Zachary Ware wrote: >> It's not entirely clear whether that message is an acceptance of PEP 481 > or not. > > I've lost track of the pep numbers, but Brett's decision is final; the > canonical CPython repository will be moving to GitHub in the near future. > Note that we will *not* be using the GitHub issue tracker or wiki, just the > hosting and review/pull request system. There are still several details to > be worked out, though. Okay, so that means it broadly is an acceptance of PEP 481. Hopefully someone who's been involved in the discussions can check over the PEP text and adjust as necessary to make it accurate to what's going to happen. On Sat, Jan 2, 2016 at 7:03 AM, wrote: > Mark, it is good to know that a decision has been made so that we can move > forward. > > Is there a summary document that discusses the options examined and why > others did not meet the requirements? I am -NOT- trying to dredge up > arguments about the choice. I am guessing that there have been some. > > If this fact-based decision was based solely on the fact that the BDFL > prefers GitHub, please just say so. It is clear that git is a capable tool. That's what the PEP is for. Here's the link: https://www.python.org/dev/peps/pep-0481/ Yes, git is a capable tool. But so is Mercurial, and the arguments weren't primarily based on differences in functionality (which are pretty minor). It's mainly about the network effect. ChrisA