Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Zachary Ware Newsgroups: comp.lang.python Subject: Re: We will be moving to GitHub Date: Fri, 1 Jan 2016 15:08:15 -0600 Lines: 27 Sender: zachary.ware@gmail.com Message-ID: References: Reply-To: python-list@python.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de 3VXvWcgMekUh/IQlGxR56wLmTC+imZOjSeUy2nt2ngOA== 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; 'guido': 0.05; 'preference': 0.05; 'url:pipermail': 0.05; 'familiarity': 0.07; 'brett': 0.09; 'git': 0.09; 'jan': 0.11; '2016': 0.16; "brett's": 0.16; 'champion': 0.16; 'contributors': 0.16; 'devs': 0.16; 'discusses': 0.16; 'guessing': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'stepped': 0.16; 'tool.': 0.16; 'weight,': 0.16; 'wrote:': 0.16; 'obviously': 0.16; 'sender:addr:gmail.com': 0.18; 'solution.': 0.18; 'to:name:python- list@python.org': 0.20; 'so.': 0.22; 'arguments': 0.22; 'mind.': 0.22; 'trying': 0.22; 'header:In-Reply-To:1': 0.24; 'external': 0.27; 'fri,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'archives': 0.29; 'summary': 0.29; 'core': 0.32; 'options': 0.33; 'url:python': 0.33; 'proposals': 0.33; 'received:google.com': 0.35; 'clear': 0.35; 'easiest': 0.35; 'list:': 0.35; 'but': 0.36; 'should': 0.36; 'there': 0.36; 'url:org': 0.36; 'received:209.85': 0.36; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'say': 0.37; 'received:209': 0.38; 'mailing': 0.38; 'why': 0.39; 'received:209.85.214': 0.39; 'url:mail': 0.40; 'to:addr:python.org': 0.40; 'decision': 0.61; 'between': 0.65; 'capable': 0.65; 'believe': 0.66; 'header:Reply-To:1': 0.67; 'stated': 0.70; 'reply-to:no real name:2**0': 0.71; 'account.': 0.80; 'prefers': 0.84; 'reply-to:addr:python.org': 0.84; 'amongst': 0.91; 'choice.': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=j9Yq+ZTJkt2MpLVGHl0gcNWsxLdnWKdNU2Pak0peUwk=; b=KtUmcug9IpZaxXyNn9Z/KKtHTDmlakWch/6X2lWfCGFLYpEkhOa9h10pQmQsr7AQQ0 TAIFGzyGBhsUoKS0+KxifiBSIYsS+5WspinnweyrkXe/ye9rzKkao0snOSYaGtNNGs73 Dcb+cl0DmWYm9lKHNikOdvGf8TPRMLYq/r1RS5zwx4E/6R6OHyU8iCgoJtBDwtc8DSYZ pp0PI9OjR1Ilr6eJzhx9rW5ED/WyQa9h1cZ3eHqTcgjkb7WTJHX7G+NX+LzvD1iXY50q zwwctN2vSu2i3nOfVg0zkWXg6aJINbiKvBGtdFeXxldFyrGIApSC20Z/a4qQsSREM96y lhCA== X-Received: by 10.182.118.233 with SMTP id kp9mr27417253obb.50.1451682514736; Fri, 01 Jan 2016 13:08:34 -0800 (PST) In-Reply-To: X-Google-Sender-Auth: eBTdGoN5AXTffEKD0A3_Cea9N1k 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:101120 On Fri, Jan 1, 2016 at 2:03 PM, wrote: > 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. Easiest would be to look through the archives of the core-workflow mailing list: https://mail.python.org/pipermail/core-workflow/ > 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. There were three reasons given in Brett's decision message: 1. No major distinguishing features between GitHub or GitLab Note that GitHub and GitLab were the only proposals under consideration; nobody else stepped up to champion any other solution. 2. Familiarity amongst core devs -- and external contributors -- with GitHub 3. Guido prefers GitHub Guido repeatedly stated that his preference should not be taken into account. I believe Brett gave it little weight, but obviously it was in his mind. -- Zach