Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeder2.ecngs.de!ecngs!feeder.ecngs.de!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.091 X-Spam-Evidence: '*H*': 0.82; '*S*': 0.00; 'either.': 0.09; 'reply- to:addr:comp.lang.python': 0.09; 'to:addr:comp.lang.python': 0.09; 'cc:addr:python-list': 0.15; 'stick': 0.18; 'cc:no real name:2**0': 0.21; 'detect': 0.21; 'header:In-Reply-To:1': 0.23; 'hey': 0.24; 'cc:2**0': 0.25; "i'm": 0.26; 'anyway.': 0.28; 'cc:addr:python.org': 0.29; 'thanks': 0.31; "can't": 0.32; 'header :User-Agent:1': 0.33; 'received:209.85.212': 0.34; 'but': 0.37; 'received:google.com': 0.38; 'received:209.85': 0.38; "it's": 0.39; 'subject:: ': 0.39; 'received:209': 0.40; 'property': 0.62; 'header:Reply-To:1': 0.70; 'reply-to:no real name:2**0': 0.71; 'reply-to:addr:googlegroups.com': 0.73; 'received:209.85.212.56': 0.91; 'received:mail-vw0-f56.google.com': 0.91 Newsgroups: comp.lang.python Date: Fri, 11 Nov 2011 01:41:39 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a01:e35:2ef6:fb70:222:15ff:fe71:8e2c; posting-account=v7uz7AoAAADrY3ej1N8wVPiFcnr81fn4 References: <32311626.67.1320984185425.JavaMail.geo-discussion-forums@yqjc16> <33183370.2460.1320988631657.JavaMail.geo-discussion-forums@yqcm23> User-Agent: G2/1.0 X-Google-Web-Client: true MIME-Version: 1.0 Subject: Re: property decorator and inheritance From: Laurent To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: comp.lang.python@googlegroups.com List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Message-ID: Lines: 1 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1321004508 news.xs4all.nl 6962 [2001:888:2000:d::a6]:49556 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:15588 Hey yes it's working that way. But I don't like it very much either. If as OKB said the whole point is that outside functions can't detect a property then I'm going to stick with the non-decorator way. Thanks anyway.