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


Groups > comp.lang.python > #92725

Re: operations on types

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <ian.g.kelly@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.063
X-Spam-Evidence '*H*': 0.87; '*S*': 0.00; '16,': 0.03; 'responding': 0.07; 'syntax': 0.13; 'things.': 0.15; 'himself.': 0.16; 'inheritance': 0.16; 'wrote:': 0.16; '>>>': 0.20; 'trying': 0.22; 'posted': 0.23; '2015': 0.23; 'header:In-Reply-To:1': 0.24; 'message-id:@mail.gmail.com': 0.28; "i'm": 0.29; 'record': 0.29; '-0500,': 0.29; 'hacker': 0.29; 'url:wikipedia': 0.29; 'url:wiki': 0.30; 'posts': 0.31; 'certain': 0.31; "can't": 0.32; '[1]': 0.32; 'class': 0.33; "d'aprano": 0.33; "he's": 0.33; 'steven': 0.33; 'received:google.com': 0.34; 'to:addr:python-list': 0.35; 'list': 0.35; "isn't": 0.35; 'text': 0.36; 'url:org': 0.36; 'two': 0.37; 'subject:: ': 0.37; 'starting': 0.38; 'tue,': 0.38; 'pm,': 0.39; 'url:en': 0.39; 'to:addr:python.org': 0.39; 'sure': 0.40; 'why': 0.40; 'even': 0.61; 'john': 0.61; 'taking': 0.62; 'different': 0.64; 'person,': 0.66; 'accounts': 0.66; 'dr.': 0.69; 'commenting': 0.84; 'to:name:python': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=MJA/pEZIuIAyrm6rusSVRxIAWYaQED24kdtwIk5Lg/s=; b=Fr62S4dL8NLNjxbhxrfLZxiSqI6oBzcAeiXX/zc2NPutrPg4JzCTzPns/BiHgeOQC0 2cHBmvw4s8TGxASQqMF936pR87UI2MN/Hlgr/eYCeRJIYo7dgCllf8V1N+8a5a161fAU B0aXcI/jIu1l1VvUpbUC/1EHut76Q+JwgnjLnpuHqA4H+vXZyUkLkCNydI82f34Dabb9 dnfrO4sh9venN9ZFifpJgQJywRdT2aViLRf47cSzFLH+TGX4aIcF9vqCkwlDCw40thRJ Y11XbNchl1xGITPvJBR4yfrkjvbJtRyFSRdTzrSx++9NmeK8pLjz9hkLHiIEBdnosXXK FFnQ==
X-Received by 10.170.141.4 with SMTP id i4mr4876316ykc.32.1434517176061; Tue, 16 Jun 2015 21:59:36 -0700 (PDT)
MIME-Version 1.0
In-Reply-To <5580d5c8$0$1667$c3e8da3$5496439d@news.astraweb.com>
References <mailman.531.1434500646.13271.python-list@python.org> <5580d5c8$0$1667$c3e8da3$5496439d@news.astraweb.com>
From Ian Kelly <ian.g.kelly@gmail.com>
Date Tue, 16 Jun 2015 22:58:55 -0600
Subject Re: operations on types
To Python <python-list@python.org>
Content-Type text/plain; charset=UTF-8
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
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.539.1434517186.13271.python-list@python.org> (permalink)
Lines 19
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1434517186 news.xs4all.nl 2902 [2001:888:2000:d::a6]:40635
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:92725

Show key headers only | View raw


On Tue, Jun 16, 2015 at 8:04 PM, Steven D'Aprano
<steve+comp.lang.python@pearwood.info> wrote:
> On Tue, 16 Jun 2015 19:24:03 -0500, Dr. John Q. Hacker wrote:
>
>> [Dr. Bigcock wrote:]
>>> The current syntax for adding functionality to a class using mix-in
>>> style via inheritance list conflates two very different things.
>
> I'm not sure why you are taking "Dr Bigcock" seriously. You know he isn't
> actually a doctor?

I'm reasonably certain that they're actually the same person, and he's
now engaging in sockpuppetry [1] by starting conversations with
himself. He's not trying very hard to hide it, signing posts with both
accounts as "zipher" and then lamp-shading that fact by commenting on
it. I can't even find any record that "Dr. Bigcock" ever actually
posted the text that "Dr. John Q. Hacker" is now responding to.

[1] https://en.wikipedia.org/wiki/Sockpuppet_(Internet)

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


Thread

Re: operations on types Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-06-17 02:04 +0000
  Re: operations on types Ian Kelly <ian.g.kelly@gmail.com> - 2015-06-16 22:58 -0600
    Re: operations on types Steven D'Aprano <steve@pearwood.info> - 2015-06-17 21:51 +1000
      Re: operations on types Ned Batchelder <ned@nedbatchelder.com> - 2015-06-17 07:26 -0700
        Re: operations on types Steven D'Aprano <steve@pearwood.info> - 2015-06-18 01:42 +1000
          Re: operations on types Michael Torrie <torriem@gmail.com> - 2015-06-17 10:48 -0600
          Re: operations on types Man with No Name <dreamingforward@gmail.com> - 2015-09-06 12:39 -0700
  Re: operations on types Chris Angelico <rosuav@gmail.com> - 2015-06-17 15:33 +1000
  Re: operations on types Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-06-17 15:39 +1000
    Re: operations on types Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2015-06-17 08:39 -0400

csiph-web