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


Groups > comp.lang.python > #104829

Re: Descriptors vs Property

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Mark Lawrence <breamoreboy@yahoo.co.uk>
Newsgroups comp.lang.python
Subject Re: Descriptors vs Property
Date Mon, 14 Mar 2016 15:34:56 +0000
Lines 28
Message-ID <mailman.110.1457969751.12893.python-list@python.org> (permalink)
References <nc0b1u$ckq$1@dont-email.me> <nc0c8o$fvn$1@dont-email.me> <6979634.CGS0JZJfMg@PointedEars.de> <nc3427$gv7$1@dont-email.me> <3325370.529uYVGlsE@PointedEars.de> <nc3dav$cc1$1@dont-email.me> <1786733.1i4GdmWHOk@PointedEars.de> <nc3pa1$mm1$1@dont-email.me>
Mime-Version 1.0
Content-Type text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding 8bit
X-Trace news.uni-berlin.de R5Ex+Vhdl8fdrNl+q121MgzeDoiFDmYLR5Y3GwUDhuVw==
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.022
X-Spam-Evidence '*H*': 0.96; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.05; 'imply': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'anyway': 0.11; 'ignore': 0.14; 'suggest': 0.15; 'weird': 0.15; 'a),': 0.16; 'complains': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; 'language': 0.19; 'lawrence': 0.22; 'names.': 0.22; 'bit': 0.23; 'header:In-Reply-To:1': 0.24; "i've": 0.25; 'header:User-Agent:1': 0.26; "doesn't": 0.26; 'header:X -Complaints-To:1': 0.26; 'tend': 0.27; "skip:' 10": 0.28; 'idea,': 0.29; 'lies': 0.29; "i'm": 0.30; 'language.': 0.32; 'next': 0.35; 'but': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'say': 0.37; 'received:org': 0.37; 'someone': 0.38; 'well.': 0.40; 'to:addr:python.org': 0.40; 'mark': 0.40; 'called': 0.40; 'some': 0.40; 'him': 0.60; 'your': 0.60; 'caused': 0.61; 'real': 0.62; 'thomas': 0.63; 'more': 0.63; 'our': 0.64; 'you.': 0.64; 'elsewhere': 0.66; 'here': 0.66; 'pythonistas,': 0.84; 'sterling': 0.84; 'glad': 0.87; 'spoke': 0.91; 'subject:Property': 0.91; 'why?': 0.91
X-Injected-Via-Gmane http://gmane.org/
X-Gmane-NNTP-Posting-Host 80.234.129.0
User-Agent Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0
In-Reply-To <nc3pa1$mm1$1@dont-email.me>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.21
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>
Xref csiph.com comp.lang.python:104829

Show key headers only | View raw


On 13/03/2016 13:20, Veek. M wrote:
> Thomas 'PointedEars' Lahn wrote:
>
>>>>    Nobility lies in action, not in name.
>>>>      —Surak
>
> Someone called Ned.B who i know elsewhere spoke on your behalf. I'm glad
> to say I like/trust Ned a bit so *huggles* to you, and I shall snip.
>
> Also, sorry about the 'Steve' thing - bit shady dragging in crap from
> elsewhere but my reputation here is not sterling (too many Q not many
> A), so I tend to defend it willy-nilly. Sorry for the excess BP I may
> have caused as well. One more *huggles* to you.
>
> All the huggling doesn't imply i trust you etc etc. Ah umm.. anyway :p
> ciao till my next Q
>

Please ignore 'PointedEars', every month or so for some weird reason he 
complains about people not using their real names.  Why?  I've no idea, 
but I suggest that you don't ask him or we'll be here until Doomsday.

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence

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


Thread

Descriptors vs Property "Veek. M" <vek.m1234@gmail.com> - 2016-03-12 11:29 +0530
  Re: Descriptors vs Property Chris Angelico <rosuav@gmail.com> - 2016-03-12 17:05 +1100
  Re: Descriptors vs Property Ian Kelly <ian.g.kelly@gmail.com> - 2016-03-11 23:12 -0700
    Re: Descriptors vs Property "Veek. M" <vek.m1234@gmail.com> - 2016-03-12 11:54 +0530
      Re: Descriptors vs Property Chris Angelico <rosuav@gmail.com> - 2016-03-12 17:35 +1100
      Re: Descriptors vs Property Ian Kelly <ian.g.kelly@gmail.com> - 2016-03-11 23:37 -0700
  Re: Descriptors vs Property "Veek. M" <vek.m1234@gmail.com> - 2016-03-12 11:50 +0530
    Re: Descriptors vs Property Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-03-12 18:13 +0100
      Re: Descriptors vs Property "Veek. M" <vek.m1234@gmail.com> - 2016-03-13 12:48 +0530
        Re: Descriptors vs Property Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-03-13 10:25 +0100
          Re: Descriptors vs Property "Veek. M" <vek.m1234@gmail.com> - 2016-03-13 15:26 +0530
            Re: Descriptors vs Property Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-03-13 11:35 +0100
              Re: Descriptors vs Property "Veek. M" <vek.m1234@gmail.com> - 2016-03-13 18:50 +0530
                Re: Descriptors vs Property Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-03-13 19:15 +0100
                Re: Descriptors vs Property Mark Lawrence <breamoreboy@yahoo.co.uk> - 2016-03-14 15:34 +0000
                Re: Descriptors vs Property Rustom Mody <rustompmody@gmail.com> - 2016-03-14 10:16 -0700
                Re: Descriptors vs Property Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-03-16 01:53 +0100
  Re: Descriptors vs Property Ethan Furman <ethan@stoneleaf.us> - 2016-03-16 08:15 -0700

csiph-web