Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!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.018 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'subject:PyPI': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; ':-/': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'scratch': 0.16; 'source"': 0.16; 'wrote:': 0.18; 'version.': 0.19; 'meant': 0.20; 'cc:addr:python.org': 0.22; 'all:': 0.24; 'looks': 0.24; 'cc:2**0': 0.24; 'script': 0.25; 'header:In-Reply- To:1': 0.27; 'chris': 0.29; 'am,': 0.29; 'message- id:@mail.gmail.com': 0.30; 'software,': 0.31; 'option.': 0.31; 'open': 0.33; 'fri,': 0.33; 'something': 0.35; 'received:google.com': 0.35; "i'll": 0.36; 'enough': 0.39; 'free': 0.61; 'safe': 0.72; '"it': 0.84; 'to:none': 0.92 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:cc :content-type; bh=Exu4N5s/6MAmSUNQaWaGRPZ/KOA0qJLfvnIkbyG+PiI=; b=WXf1SDLBrTDpykePuqR4FxDvPxpvusvEcieGmjMv9Ii5hIp9/8PE3W32upWADYAHAd 9+3lHLBpNk+68E792V2smCnJb6D4m1X+KykCDfBlQOZvLPRWGyX9c9ZKCwtgCaKAB41E FesnhVFkGHsyrUOpBVO40bYBaMfWNPY+RuZYgmeOI0QIx1/J3WHkl4x9P6+DqrUaPUfT NCOiaZqKS3TZY4KHXLyFjoLTq2GfmQYlY9k4tuupBmKHdqB8Kr9EJBKlnNG2/ivtK7ia U88WibtU3cUtTN8J07HswsoDQof1aqJZqXzKDXr25IIXO9GkYkb7+pBYY5/DllL4CbLm W3iw== MIME-Version: 1.0 X-Received: by 10.52.117.41 with SMTP id kb9mr2118841vdb.97.1401989876128; Thu, 05 Jun 2014 10:37:56 -0700 (PDT) In-Reply-To: <1qsp8axgu3ba4$.24u4g11ha8ec.dlg@40tude.net> References: <1fgpxn70wxrg0.1rv21r79ohz7z$.dlg@40tude.net> <1qsp8axgu3ba4$.24u4g11ha8ec.dlg@40tude.net> Date: Fri, 6 Jun 2014 03:37:56 +1000 Subject: Re: Forking PyPI package From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1401989883 news.xs4all.nl 2831 [2001:888:2000:d::a6]:55309 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:72740 On Fri, Jun 6, 2014 at 2:56 AM, Wiktor wrote: > I guess, I'll try to do what Chris proposed. Forget about this > implementation and write python script from the scratch looking only at the > original JavaScript version. :-/ Sadly, that may be your only safe option. Let this be a lesson to all: If you want something to be free software, make it very clear, because "it looks like he meant that to be open source" just isn't enough :( ChrisA