Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #49907

Re: Illegal suggestions on python list

Path csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!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.059
X-Spam-Evidence '*H*': 0.88; '*S*': 0.00; 'resulting': 0.04; 'that?': 0.05; 'fixed,': 0.09; 'mixed': 0.09; 'bug': 0.12; 'suggest': 0.14; 'damages.': 0.16; 'distinct': 0.16; 'door,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'hierarchy': 0.16; 'imposing': 0.16; 'pressed': 0.16; 'unwise': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'commit': 0.19; 'thu,': 0.19; 'saying': 0.22; 'comparing': 0.24; 'refers': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; "doesn't": 0.30; 'court': 0.30; 'said,': 0.30; 'subject:list': 0.30; 'message- id:@mail.gmail.com': 0.30; 'usually': 0.31; "d'aprano": 0.31; 'shoot': 0.31; 'steven': 0.31; 'class': 0.32; 'fri,': 0.33; 'actual': 0.34; 'maybe': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'really': 0.36; 'surely': 0.36; 'yours,': 0.36; 'done': 0.36; 'next': 0.36; 'loss': 0.38; 'law,': 0.38; 'to:addr:python- list': 0.38; 'pm,': 0.38; 'does': 0.39; 'though,': 0.39; 'to:addr:python.org': 0.39; 'skip:u 10': 0.60; 'most': 0.60; 'break': 0.61; 'matter': 0.61; 'simply': 0.61; "you've": 0.63; 'term': 0.63; 'offering': 0.63; 'civil': 0.65; 'license': 0.66; 'business': 0.70; 'jul': 0.74; 'action.': 0.84; 'crime.': 0.84; 'presumably': 0.84; 'rip': 0.84; 'sue': 0.84; 'faith,': 0.91; 'criminal': 0.95; '2013': 0.98
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=BLBV4Z6WgboxVeQyZ8TCCjxwkPMJYDybejV2VELWhcE=; b=EsdMqTUt0yUbhmcL+25aeezu/E1UIRAUGliuMyJqYWTJoIX75Rm36IB6q0gSaE8JgO fbi+gZpTxvXq9FcS5EKTObQhbE0BqIbj/COTaxW00gSajXelS2Q49e/B6VK38Vi4WK7P K2F6nsKanJ99kwG+f+D08WG+cdFX3ydnaOvtLn2RPqSvW0M80XM4gqRz6T6fWRNeUt+G Q1UW9Z8QmaAdGnr0om1L8lE7nzYrhrrr5vLdVn3Ol7Mt30yHFzLyPBxK3tPJttLHkxca 9OpX/wxm9XAptV59r0/aNBwCZg6bru8e+SpGg//WkkTaAogK76vTBVI9n/y8coV+eO/v 8NUA==
MIME-Version 1.0
X-Received by 10.220.128.72 with SMTP id j8mr4451452vcs.3.1372977057065; Thu, 04 Jul 2013 15:30:57 -0700 (PDT)
In-Reply-To <CAJ+Teod=zOgWAq1WYDyzuGGM5ZuaWaeP==6RLKO-0=ZhDAKJRg@mail.gmail.com>
References <CAJ+Teod=zOgWAq1WYDyzuGGM5ZuaWaeP==6RLKO-0=ZhDAKJRg@mail.gmail.com>
Date Fri, 5 Jul 2013 08:30:57 +1000
Subject Re: Illegal suggestions on python list
From Chris Angelico <rosuav@gmail.com>
To python-list@python.org
Content-Type text/plain; charset=ISO-8859-1
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 <http://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 <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.4255.1372977066.3114.python-list@python.org> (permalink)
Lines 41
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1372977066 news.xs4all.nl 15882 [2001:888:2000:d::a6]:60803
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:49907

Show key headers only | View raw


On Fri, Jul 5, 2013 at 3:10 AM, Rustom Mody <rustompmody@gmail.com> wrote:
> On Thu, Jul 4, 2013 at 9:16 PM, Steven D'Aprano
> <steve+comp.lang.python@pearwood.info> wrote:
>>
>> Which crime is that? Presumably you mean an actual criminal felony, not a
>> mere civil offence. Under which jurisdiction?
>>
>> If piracy is a crime, and not just a civil offence, then surely so is
>> libel.
>
> You've got your OO class hierarchy mixed up and then imposing that on me.
>
> See
> http://www.nolo.com/legal-encyclopedia/crimes-felonies-misdemeanors-infractions-classification-33814.html
>
> I did not say or suggest felony.
> Maybe misdemeanor or infarction. Dunno which. IANAL...

The specific terms don't really matter here, but in most
jurisdictions, "felony" will be a term that unambiguously refers to a
crime against the law, as distinct from what Steven is comparing
against, civil damages.

If I shoot you dead, I have committed murder. This is a crime.

If I put up a sign saying "Entrance to <your business name>" over my
own door, next to yours, then I have committed no crime, but you can
sue me in civil court for your loss of business resulting from my
action.

Whether one of them is classed as a felony in some jurisdiction or not
doesn't matter, what matters is that one is simply not a crime.
Violating a license agreement usually is not a crime (and if done in
good faith, is often considered a bug to be fixed, not a suit to be
pressed - but that does NOT apply here), hence the analogies to
criminal action somewhat break down.

That said, though, offering in public to rip someone off is just as
unwise as offering in public to commit a crime.

ChrisA

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: Illegal suggestions on python list Chris Angelico <rosuav@gmail.com> - 2013-07-05 08:30 +1000
  Re: Illegal suggestions on python list zoom <zoom@yahoo.com> - 2013-07-05 08:47 +0200
    Re: Illegal suggestions on python list Chris Angelico <rosuav@gmail.com> - 2013-07-05 17:18 +1000
      Re: Illegal suggestions on python list Νίκος Gr33k <nikos@superhost.gr> - 2013-07-05 10:23 +0300
        Re: Illegal suggestions on python list Chris Angelico <rosuav@gmail.com> - 2013-07-05 17:34 +1000
        Re: Illegal suggestions on python list Chris Angelico <rosuav@gmail.com> - 2013-07-06 15:43 +1000
        Re: Illegal suggestions on python list Joshua Landau <joshua.landau.ws@gmail.com> - 2013-07-06 05:40 +0100

csiph-web