Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #72740
| 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 | <rosuav@gmail.com> |
| 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> <CAPTjJmqTkY3g21fvn-xUf26Ua9AzTYKMCGr1i45R2chyRyVNrQ@mail.gmail.com> <mailman.10460.1401400498.18130.python-list@python.org> <1qsp8axgu3ba4$.24u4g11ha8ec.dlg@40tude.net> |
| Date | Fri, 6 Jun 2014 03:37:56 +1000 |
| Subject | Re: Forking PyPI package |
| From | Chris Angelico <rosuav@gmail.com> |
| Cc | "python-list@python.org" <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 <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.10753.1401989883.18130.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
On Fri, Jun 6, 2014 at 2:56 AM, Wiktor <look@signature.invalid> 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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Forking PyPI package Wiktor <look@signature.invalid> - 2014-05-29 02:31 +0200
Re: Forking PyPI package Terry Reedy <tjreedy@udel.edu> - 2014-05-28 22:06 -0400
Re: Forking PyPI package Chris Angelico <rosuav@gmail.com> - 2014-05-29 17:40 +1000
Re: Forking PyPI package Duncan Booth <duncan.booth@invalid.invalid> - 2014-05-29 07:56 +0000
Re: Forking PyPI package Chris Angelico <rosuav@gmail.com> - 2014-05-29 18:06 +1000
Re: Forking PyPI package Wiktor <look@signature.invalid> - 2014-05-29 10:49 +0200
Re: Forking PyPI package Ian Kelly <ian.g.kelly@gmail.com> - 2014-05-29 15:54 -0600
Re: Forking PyPI package Wiktor <look@signature.invalid> - 2014-06-05 18:56 +0200
Re: Forking PyPI package Chris Angelico <rosuav@gmail.com> - 2014-06-06 03:37 +1000
Re: Forking PyPI package Wiktor <look@signature.invalid> - 2014-06-06 02:15 +0200
Re: Forking PyPI package Akira Li <4kir4.1i@gmail.com> - 2014-06-06 15:26 +0400
Re: Forking PyPI package Chris Angelico <rosuav@gmail.com> - 2014-05-30 10:26 +1000
csiph-web