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


Groups > comp.lang.python > #15574

Re: The python implementation of the "relationships between classes".

Path csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed6.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.085
X-Spam-Evidence '*H*': 0.83; '*S*': 0.00; 'bind': 0.09; 'subject:python': 0.11; 'am,': 0.12; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:between': 0.16; 'subject:classes': 0.16; 'wrote:': 0.18; 'received:209.85.210.174': 0.18; 'received:mail- iy0-f174.google.com': 0.18; 'continuing': 0.23; 'body.': 0.23; 'header:In-Reply-To:1': 0.23; 'bound': 0.28; 'message- id:@mail.gmail.com': 0.29; 'chris': 0.30; 'nov': 0.31; 'to:addr :python-list': 0.32; 'body,': 0.34; 'fri,': 0.36; 'two': 0.37; 'received:google.com': 0.38; 'move': 0.38; 'received:209.85': 0.38; "it's": 0.39; 'subject:: ': 0.39; 'to:addr:python.org': 0.39; 'received:209': 0.40; 'body': 0.61; 'your': 0.61; '2011': 0.62; 'full': 0.62; '11,': 0.68; 'legal': 0.71; 'subject:The': 0.72; '10:14': 0.84; 'murder': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=/LXGbtZfHX6QjoF95N6dXBgQLwsym71PXmRjMzVB3PM=; b=Ldr8lutgGuO11tnDKCsn4M9hSKpN/jWqmqkb3VAuzzDTREybYR63OqM2jGsbjO4U5R 8n0JzJ2eNoXrqBBkuvL5i9EDMwicYadcpSaBjYiPO5GLWTv8FgR/sUQ3f2ygycwWBhQ1 UtBK8aqKHo2kj+yXbs2NgRo4NpSP4nPwcbCfk=
MIME-Version 1.0
In-Reply-To <CALvWhxuWqm5ufGMXEoasFkJJD541nCkVL9s60N54Zk-Fz4rPgw@mail.gmail.com>
References <CANVwdDr-6x8bt4iNL+Q=jZ7+edk7XbR2K_LeJC3Z60qy=vVFQA@mail.gmail.com> <CAPTjJmoOBTiRE8vUNz_xQcwDZA6gazG1fAMkFfhPMomtAKtp6w@mail.gmail.com> <CANVwdDr6qBueBGXykLrhH+MLiwyozD_U1+YRBnrWNfge0=uvDQ@mail.gmail.com> <CAPTjJmqkH6WzbEXWLf6T9yyJyfkH-yCFk1HWd_Vrqwi7iz3FrQ@mail.gmail.com> <CANVwdDqYt+YiJ-hz1F7r+HWnQvFRaJzHvESGoiJu5TKdKE5W7Q@mail.gmail.com> <CANVwdDpSP8fCpHnMvfA5tf9n1iut1_A_1jxqnnKykeMzXygtwg@mail.gmail.com> <mailman.2614.1320953960.27778.python-list@python.org> <4ebc54d3$0$29970$c3e8da3$5496439d@news.astraweb.com> <CALvWhxuWqm5ufGMXEoasFkJJD541nCkVL9s60N54Zk-Fz4rPgw@mail.gmail.com>
Date Fri, 11 Nov 2011 10:39:12 +1100
Subject Re: The python implementation of the "relationships between classes".
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.12
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.2630.1320968356.27778.python-list@python.org> (permalink)
Lines 10
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1320968356 news.xs4all.nl 6989 [2001:888:2000:d::a6]:48602
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:15574

Show key headers only | View raw


On Fri, Nov 11, 2011 at 10:14 AM, Chris Kaynor <ckaynor@zindagigames.com> wrote:
> Continuing this OT discussion, would it be a brain transplant, or a
> full body transplant?

It's just a rebinding. You don't move the body, you just bind your
name to a new body. It's perfectly legal to have two names bound to
one body (cf Dr Jekyll and Mr Hyde); if you murder Mr Hyde, you can
still access the body through the other name.

ChrisA

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


Thread

Re: The python implementation of the "relationships between classes". Terry Reedy <tjreedy@udel.edu> - 2011-11-10 14:38 -0500
  Re: The python implementation of the "relationships between classes". Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-11-10 22:48 +0000
    Re: The python implementation of the "relationships between classes". Chris Kaynor <ckaynor@zindagigames.com> - 2011-11-10 15:14 -0800
    Re: The python implementation of the "relationships between classes". Chris Angelico <rosuav@gmail.com> - 2011-11-11 10:39 +1100

csiph-web